Skip to content

Commit

Permalink
Fix warning when compiling for android
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 17, 2016
1 parent 800b521 commit 3e550e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsapplication.h
Expand Up @@ -358,6 +358,7 @@ class CORE_EXPORT QgsApplication : public QApplication
//dummy method to workaround sip generation issue issue
bool x11EventFilter( XEvent * event )
{
Q_UNUSED( event );
return 0;
}
#endif
Expand Down

0 comments on commit 3e550e2

Please sign in to comment.