Skip to content

Commit f7693fd

Browse files
committed
fix build with HAVE_TOUCH
1 parent f383dea commit f7693fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/app/qgisapp.h

-5
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,6 @@ class QgisApp : public QMainWindow, private Ui::MainWindow
244244
QAction *actionNodeTool() { return mActionNodeTool; }
245245
QAction *actionSnappingOptions() { return mActionSnappingOptions; }
246246
QAction *actionOffsetCurve() { return mActionOffsetCurve; }
247-
248-
#ifdef HAVE_TOUCH
249-
QAction *actionTouch() { return mActionTouch; }
250-
#endif
251-
252247
QAction *actionPan() { return mActionPan; }
253248
QAction *actionTouch() { return mActionTouch; }
254249
QAction *actionPanToSelected() { return mActionPanToSelected; }

0 commit comments

Comments
 (0)