Skip to content

Commit ff6d708

Browse files
author
jef
committed
fix unix build after ugly workaround r13732
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13735 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e52e942 commit ff6d708

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/qgisapp.h

+2
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,10 @@ class QgisApp : public QMainWindow
438438
//! reimplements widget keyPress event so we can check if cancel was pressed
439439
virtual void keyPressEvent( QKeyEvent * event );
440440

441+
#ifdef Q_OS_WIN
441442
//! reimplements context menu event
442443
virtual void contextMenuEvent( QContextMenuEvent *event );
444+
#endif
443445

444446
private slots:
445447
//! About QGis

0 commit comments

Comments
 (0)