Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
QgsWFSPlugin::setCurrentTheme needs to be a slot
git-svn-id: http://svn.osgeo.org/qgis/trunk@10858 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed May 28, 2009
1 parent 713bd19 commit bcfaf57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/wfs/qgswfsplugin.h
Expand Up @@ -35,15 +35,15 @@ class QgsWFSPlugin: public QObject, public QgisPlugin
void initGui();
/**Unload the plugin and cleanup the GUI*/
void unload();
//! update the plugins theme when the app tells us its theme is changed
void setCurrentTheme( QString theThemeName );

private:
QgisInterface* mIface;
QAction* mWfsDialogAction;

private slots:
void showSourceDialog();
//! update the plugins theme when the app tells us its theme is changed
void setCurrentTheme( QString theThemeName );
};

#endif

0 comments on commit bcfaf57

Please sign in to comment.