summaryrefslogtreecommitdiffstats
path: root/src/core/touch_selection_menu_controller.h
diff options
context:
space:
mode:
authorBalazs Egedi <egedib@inf.u-szeged.hu>2021-12-14 15:45:24 +0100
committerBalazs Egedi <egedib@inf.u-szeged.hu>2021-12-23 11:37:05 +0100
commit56005ae3d52568b469db32498afebd9c52e4881b (patch)
tree3813ab193cb475fae4574a6a9bacf29ad6c12923 /src/core/touch_selection_menu_controller.h
parent4cc4f765a9cfc11668c6274dfe77153a68ff1ec5 (diff)
FIXUP: Add onTouchSelectionMenuRequested QML handler
Fixed CodeChecker warnings, added missing documentation. Pick-to: 6.3 Change-Id: I723ea2b0952ded52f513a3cd53ac443b727f1e58 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/touch_selection_menu_controller.h')
-rw-r--r--src/core/touch_selection_menu_controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/touch_selection_menu_controller.h b/src/core/touch_selection_menu_controller.h
index a90695c80..1167d8bc9 100644
--- a/src/core/touch_selection_menu_controller.h
+++ b/src/core/touch_selection_menu_controller.h
@@ -55,7 +55,7 @@ public:
Copy = 0x2,
Paste = 0x4
};
- Q_DECLARE_FLAGS(TouchSelectionCommandFlags, TouchSelectionCommandFlag);
+ Q_DECLARE_FLAGS(TouchSelectionCommandFlags, TouchSelectionCommandFlag)
Q_FLAG(TouchSelectionCommandFlag)
TouchSelectionMenuController(TouchSelectionControllerClientQt *touchSelectionControllerClient);