[QGIS Commit] r10858 - trunk/qgis/src/plugins/wfs

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu May 28 16:00:01 EDT 2009


Author: mhugent
Date: 2009-05-28 16:00:01 -0400 (Thu, 28 May 2009)
New Revision: 10858

Modified:
   trunk/qgis/src/plugins/wfs/qgswfsplugin.h
Log:
QgsWFSPlugin::setCurrentTheme needs to be a slot

Modified: trunk/qgis/src/plugins/wfs/qgswfsplugin.h
===================================================================
--- trunk/qgis/src/plugins/wfs/qgswfsplugin.h	2009-05-28 19:41:35 UTC (rev 10857)
+++ trunk/qgis/src/plugins/wfs/qgswfsplugin.h	2009-05-28 20:00:01 UTC (rev 10858)
@@ -35,8 +35,6 @@
     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;
@@ -44,6 +42,8 @@
 
   private slots:
     void showSourceDialog();
+    //! update the plugins theme when the app tells us its theme is changed
+    void setCurrentTheme( QString theThemeName );
 };
 
 #endif



More information about the QGIS-commit mailing list