Skip to content

Instantly share code, notes, and snippets.

@anjanik012
Created April 8, 2021 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anjanik012/f033a6cdd52a9ddc379472322cce7d40 to your computer and use it in GitHub Desktop.
Save anjanik012/f033a6cdd52a9ddc379472322cce7d40 to your computer and use it in GitHub Desktop.
/home/anjani/Programs/KDE/digikam/core/libs/widgets/graphicsview/graphicsdimgview.cpp:403:44: warning: ‘QPoint QWheelEvent::pos() const’ is deprecated: Use position() [-Wdeprecated-declarations]
/home/anjani/Programs/KDE/digikam/core/libs/widgets/graphicsview/graphicsdimgview.cpp:407:44: warning: ‘QPoint QWheelEvent::pos() const’ is deprecated: Use position() [-Wdeprecated-declarations]
/home/anjani/Programs/KDE/digikam/core/libs/widgets/itemview/itemviewcategorized.cpp:940:83: warning: ‘Qt::Orientation QWheelEvent::orientation() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations]
/home/anjani/Programs/KDE/digikam/core/libs/widgets/itemview/itemviewcategorized.cpp:942:34: warning: ‘QPoint QWheelEvent::pos() const’ is deprecated: Use position() [-Wdeprecated-declarations]
/home/anjani/Programs/KDE/digikam/core/libs/widgets/itemview/itemviewcategorized.cpp:942:54: warning: ‘QPoint QWheelEvent::globalPos() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
/home/anjani/Programs/KDE/digikam/core/libs/widgets/itemview/itemviewcategorized.cpp:943:75: warning: ‘QWheelEvent::QWheelEvent(const QPointF&, const QPointF&, int, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::Orientation)’ is deprecated: Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and inverted [-Wdeprecated-declarations]
/home/anjani/Programs/KDE/digikam/core/utilities/fuzzysearch/sketchwidget.cpp:562:30: warning: ‘int QWheelEvent::x() const’ is deprecated: Use position() [-Wdeprecated-declarations]
/home/anjani/Programs/KDE/digikam/core/utilities/fuzzysearch/sketchwidget.cpp:562:38: warning: ‘int QWheelEvent::y() const’ is deprecated: Use position() [-Wdeprecated-declarations]
/home/anjani/Programs/KDE/digikam/core/utilities/setup/collections/dwitemdelegatepool.cpp:231:79: warning: ‘QPoint QWheelEvent::globalPos() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
/home/anjani/Programs/KDE/digikam/core/utilities/setup/collections/dwitemdelegatepool.cpp:233:57: warning: ‘Qt::Orientation QWheelEvent::orientation() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations]
/home/anjani/Programs/KDE/digikam/core/utilities/setup/collections/dwitemdelegatepool.cpp:233:58: warning: ‘QWheelEvent::QWheelEvent(const QPointF&, int, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::Orientation)’ is deprecated: Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and inverted [-Wdeprecated-declarations]
/home/anjani/Programs/KDE/digikam/core/dplugins/generic/view/glviewer/glviewerwidget.cpp:724:46: warning: ‘QPoint QWheelEvent::pos() const’ is deprecated: Use position() [-Wdeprecated-declarations]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment