Skip to content

Commit f979c8e

Browse files
committedSep 8, 2018
Make some protected members private
1 parent 13ab5e5 commit f979c8e

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed
 

‎python/gui/auto_generated/symbology/qgsstylemanagerdialog.sip.in

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,6 @@ Enables or disables the groupTree items for grouping mode
213213
sets the text of the item with bold font
214214
%End
215215

216-
217-
218-
219-
220-
221-
222-
223-
224-
225216
};
226217

227218
/************************************************************************

‎src/gui/symbology/qgsstylemanagerdialog.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@ class GUI_EXPORT QgsStyleManagerDialog : public QDialog, private Ui::QgsStyleMan
169169
//! sets the text of the item with bold font
170170
void setBold( QStandardItem * );
171171

172+
private slots:
173+
174+
void tabItemType_currentChanged( int );
175+
176+
private:
177+
172178
QgsStyle *mStyle = nullptr;
173179

174180
QString mStyleFilename;
@@ -193,9 +199,8 @@ class GUI_EXPORT QgsStyleManagerDialog : public QDialog, private Ui::QgsStyleMan
193199
//! Menu for the "Add item" toolbutton when in colorramp mode
194200
QMenu *mMenuBtnAddItemColorRamp = nullptr;
195201

196-
private slots:
197202

198-
void tabItemType_currentChanged( int );
203+
199204
};
200205

201206
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.