diff options
author | Povilas Kanapickas <povilas@radix.lt> | 2022-09-02 00:04:42 +0300 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-05 16:22:31 +0200 |
commit | d752cb42473547872741c74a70809f28f9fe789c (patch) | |
tree | b967cd9446feec9cadb57c408b825a6dab14945c /compilerplugins | |
parent | 35319adcc28f197b73e146f9ba233e20616fd11f (diff) |
vcl: Rename LongPress event to GestureLongPress
We have 5 gesture types: GestureZoom, GestureRotate, GesturePan,
GestureSwipe and LongPress. For consistency all of these will use
Gesture as a prefix to reduce confusion and for easier grepping
throughout the codebase.
Change-Id: I8b9e245d011203a19c1172f9833c172f65382cab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139244
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/unusedmethods.results | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index 7c0f0279d085..98c1d36bd64a 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -2047,7 +2047,7 @@ include/vcl/commandevent.hxx:256 include/vcl/commandevent.hxx:276 CommandGestureSwipeData::CommandGestureSwipeData() include/vcl/commandevent.hxx:293 - CommandLongPressData::CommandLongPressData() + CommandGestureLongPressData::CommandGestureLongPressData() include/vcl/cursor.hxx:96 _Bool vcl::Cursor::operator!=(const vcl::Cursor &) const include/vcl/customweld.hxx:45 |