Skip to content

Commit 6de9dfc

Browse files
author
mhugent
committedMay 28, 2009
QgsWFSPlugin::setCurrentTheme needs to be a slot
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10858 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/plugins/wfs/qgswfsplugin.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ class QgsWFSPlugin: public QObject, public QgisPlugin
3535
void initGui();
3636
/**Unload the plugin and cleanup the GUI*/
3737
void unload();
38-
//! update the plugins theme when the app tells us its theme is changed
39-
void setCurrentTheme( QString theThemeName );
4038

4139
private:
4240
QgisInterface* mIface;
4341
QAction* mWfsDialogAction;
4442

4543
private slots:
4644
void showSourceDialog();
45+
//! update the plugins theme when the app tells us its theme is changed
46+
void setCurrentTheme( QString theThemeName );
4747
};
4848

4949
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.