Skip to content

Commit 06c86c7

Browse files
author
brushtyler
committedNov 14, 2010
database menu iface
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14641 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/gui/qgisinterface.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ class GUI_EXPORT QgisInterface : public QObject
129129
/** Remove action from the plugins menu */
130130
virtual void removePluginMenu( QString name, QAction* action ) = 0;
131131

132+
/** Add action to the Database menu */
133+
virtual void addPluginToDatabaseMenu( QString name, QAction* action ) = 0;
134+
/** Remove action from the Database menu */
135+
virtual void removePluginDatabaseMenu( QString name, QAction* action ) = 0;
136+
132137
/** Add a dock widget to the main window */
133138
virtual void addDockWidget( Qt::DockWidgetArea area, QDockWidget * dockwidget ) = 0;
134139

0 commit comments

Comments
 (0)
Please sign in to comment.