Skip to content

Commit 3e550e2

Browse files
committedFeb 17, 2016
Fix warning when compiling for android
1 parent 800b521 commit 3e550e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/qgsapplication.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ class CORE_EXPORT QgsApplication : public QApplication
358358
//dummy method to workaround sip generation issue issue
359359
bool x11EventFilter( XEvent * event )
360360
{
361+
Q_UNUSED( event );
361362
return 0;
362363
}
363364
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.