We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b78e4a1 commit a47e9f9Copy full SHA for a47e9f9
src/gui/qgisinterface.h
@@ -238,6 +238,8 @@ class GUI_EXPORT QgisInterface : public QObject
238
virtual QToolBar *attributesToolBar() = 0;
239
virtual QToolBar *pluginToolBar() = 0;
240
virtual QToolBar *helpToolBar() = 0;
241
+ /** \note added in 1.7
242
+ */
243
virtual QToolBar *rasterToolBar() = 0;
244
245
//! File menu actions
0 commit comments