Navigation Menu

Skip to content

Commit

Permalink
moc
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5115 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Mar 30, 2006
1 parent 3c4a1c1 commit d555a48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/gui/qgisiface.cpp
Expand Up @@ -142,6 +142,5 @@ QgisIface::app()

void QgisIface::emitCurrentLayerChanged ( QgsMapLayer * layer )
{
// Does not compile
//emit currentLayerChanged ( layer );
emit currentLayerChanged ( layer );
}
5 changes: 4 additions & 1 deletion src/gui/qgisiface.h
Expand Up @@ -30,7 +30,10 @@ class QgsMapLayer;
* Only those functions "exposed" by QgisIface can be called from within a
* plugin.
*/
class QgisIface : public QgisInterface{
class QgisIface : public QgisInterface
{
Q_OBJECT;

public:
/**
* Constructor.
Expand Down

0 comments on commit d555a48

Please sign in to comment.