Skip to content

Commit

Permalink
fix unix build after ugly workaround r13732
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13735 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jun 14, 2010
1 parent e52e942 commit ff6d708
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgisapp.h
Expand Up @@ -438,8 +438,10 @@ class QgisApp : public QMainWindow
//! reimplements widget keyPress event so we can check if cancel was pressed
virtual void keyPressEvent( QKeyEvent * event );

#ifdef Q_OS_WIN
//! reimplements context menu event
virtual void contextMenuEvent( QContextMenuEvent *event );
#endif

private slots:
//! About QGis
Expand Down

0 comments on commit ff6d708

Please sign in to comment.