[QGIS Commit] r14641 - trunk/qgis/src/gui

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Nov 14 09:48:12 EST 2010


Author: brushtyler
Date: 2010-11-14 06:48:12 -0800 (Sun, 14 Nov 2010)
New Revision: 14641

Modified:
   trunk/qgis/src/gui/qgisinterface.h
Log:
database menu iface


Modified: trunk/qgis/src/gui/qgisinterface.h
===================================================================
--- trunk/qgis/src/gui/qgisinterface.h	2010-11-14 14:20:21 UTC (rev 14640)
+++ trunk/qgis/src/gui/qgisinterface.h	2010-11-14 14:48:12 UTC (rev 14641)
@@ -129,6 +129,11 @@
     /** Remove action from the plugins menu */
     virtual void removePluginMenu( QString name, QAction* action ) = 0;
 
+     /** Add action to the Database menu */
+    virtual void addPluginToDatabaseMenu( QString name, QAction* action ) = 0;
+    /** Remove action from the Database menu */
+    virtual void removePluginDatabaseMenu( QString name, QAction* action ) = 0;
+
     /** Add a dock widget to the main window */
     virtual void addDockWidget( Qt::DockWidgetArea area, QDockWidget * dockwidget ) = 0;
 



More information about the QGIS-commit mailing list