Skip to content

Commit

Permalink
Make some protected members private
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 8, 2018
1 parent 13ab5e5 commit f979c8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
Expand Up @@ -213,15 +213,6 @@ Enables or disables the groupTree items for grouping mode
sets the text of the item with bold font
%End










};

/************************************************************************
Expand Down
9 changes: 7 additions & 2 deletions src/gui/symbology/qgsstylemanagerdialog.h
Expand Up @@ -169,6 +169,12 @@ class GUI_EXPORT QgsStyleManagerDialog : public QDialog, private Ui::QgsStyleMan
//! sets the text of the item with bold font
void setBold( QStandardItem * );

private slots:

void tabItemType_currentChanged( int );

private:

QgsStyle *mStyle = nullptr;

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

private slots:

void tabItemType_currentChanged( int );

};

#endif

0 comments on commit f979c8e

Please sign in to comment.