Skip to content

Commit 5d03090

Browse files
author
g_j_m
committedFeb 17, 2007
Fix a missing slot message when loading a layer
git-svn-id: http://svn.osgeo.org/qgis/trunk@6611 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2a35478 commit 5d03090

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/core/qgsmaplayer.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ public slots:
222222
void setScaleBasedVisibility( bool theVisibilityFlag);
223223
bool scaleBasedVisibility();
224224

225+
/** Layer can be informed when a key is pressed. */
226+
virtual void keyPressed (QKeyEvent *e) {};
227+
225228
signals:
226229

227230
/** Emit a signal to notify of a progress event */

0 commit comments

Comments
 (0)
Please sign in to comment.