Skip to content

Commit

Permalink
Fix a missing slot message when loading a layer
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6611 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Feb 17, 2007
1 parent b965865 commit 879a45e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/qgsmaplayer.h
Expand Up @@ -222,6 +222,9 @@ public slots:
void setScaleBasedVisibility( bool theVisibilityFlag);
bool scaleBasedVisibility();

/** Layer can be informed when a key is pressed. */
virtual void keyPressed (QKeyEvent *e) {};

signals:

/** Emit a signal to notify of a progress event */
Expand Down

0 comments on commit 879a45e

Please sign in to comment.