Skip to content

Commit

Permalink
fix sip error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8781 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jul 15, 2008
1 parent c9cb07c commit 1be6333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gui/qgisinterface.sip
Expand Up @@ -83,7 +83,7 @@ class QgisInterface : QObject
virtual void removePluginMenu(QString name, QAction* action)=0;

/** Add a dock widget to the main window */
virtual void addDockWidget ( Qt::DockWidgetArea area, QDockWidget * dockwidget );=0;
virtual void addDockWidget ( Qt::DockWidgetArea area, QDockWidget * dockwidget )=0;

/** refresh legend of a layer */
virtual void refreshLegend( QgsMapLayer * layer )=0;
Expand Down

0 comments on commit 1be6333

Please sign in to comment.