Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add docstring for previous commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15665 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
alexbruy committed Apr 3, 2011
1 parent 27ee102 commit 234565f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgisinterface.h
Expand Up @@ -238,6 +238,8 @@ class GUI_EXPORT QgisInterface : public QObject
virtual QToolBar *attributesToolBar() = 0;
virtual QToolBar *pluginToolBar() = 0;
virtual QToolBar *helpToolBar() = 0;
/** \note added in 1.7
*/
virtual QToolBar *rasterToolBar() = 0;

//! File menu actions
Expand Down

0 comments on commit 234565f

Please sign in to comment.