We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e9123 commit 06c86c7Copy full SHA for 06c86c7
src/gui/qgisinterface.h
@@ -129,6 +129,11 @@ class GUI_EXPORT QgisInterface : public QObject
129
/** Remove action from the plugins menu */
130
virtual void removePluginMenu( QString name, QAction* action ) = 0;
131
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
+
137
/** Add a dock widget to the main window */
138
virtual void addDockWidget( Qt::DockWidgetArea area, QDockWidget * dockwidget ) = 0;
139
0 commit comments