Skip to content
Permalink
Browse files
fix sip error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8781 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jul 15, 2008
1 parent cd6a0e5 commit 115ae82
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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;

0 comments on commit 115ae82

Please sign in to comment.