We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f383dea commit f7693fdCopy full SHA for f7693fd
src/app/qgisapp.h
@@ -244,11 +244,6 @@ class QgisApp : public QMainWindow, private Ui::MainWindow
244
QAction *actionNodeTool() { return mActionNodeTool; }
245
QAction *actionSnappingOptions() { return mActionSnappingOptions; }
246
QAction *actionOffsetCurve() { return mActionOffsetCurve; }
247
-
248
-#ifdef HAVE_TOUCH
249
- QAction *actionTouch() { return mActionTouch; }
250
-#endif
251
252
QAction *actionPan() { return mActionPan; }
253
QAction *actionTouch() { return mActionTouch; }
254
QAction *actionPanToSelected() { return mActionPanToSelected; }
0 commit comments