[Webkit-unassigned] [Bug 214074] New: [WPE][Qt] Deprecation warnings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 8 03:47:05 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=214074

            Bug ID: 214074
           Summary: [WPE][Qt] Deprecation warnings
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WPE WebKit
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pnormand at igalia.com
                CC: bugs-noreply at webkitgtk.org

../../Source/WebKit/UIProcess/API/wpe/qt/WPEQtViewBackend.cpp:303:41: warning: 'y' is deprecated: Use position() [-Wdeprecated-declarations]
    uint32_t axis = delta.y() == event->y();
                                        ^
/usr/include/QtGui/qevent.h:230:21: note: 'y' has been explicitly marked deprecated here
    __attribute__ ((__deprecated__("Use position()")))
                    ^
../../Source/WebKit/UIProcess/API/wpe/qt/WPEQtViewBackend.cpp:309:16: warning: 'x' is deprecated: Use position() [-Wdeprecated-declarations]
        event->x(), event->y(), axis, length, modifiers() };
               ^
/usr/include/QtGui/qevent.h:228:21: note: 'x' has been explicitly marked deprecated here
    __attribute__ ((__deprecated__("Use position()")))
                    ^
../../Source/WebKit/UIProcess/API/wpe/qt/WPEQtViewBackend.cpp:309:28: warning: 'y' is deprecated: Use position() [-Wdeprecated-declarations]
        event->x(), event->y(), axis, length, modifiers() };
                           ^
/usr/include/QtGui/qevent.h:230:21: note: 'y' has been explicitly marked deprecated here
    __attribute__ ((__deprecated__("Use position()")))
                    ^
3 warnings generated.
[9/24] Building CXX object Source/WebKit/CMakeFiles/qtwpe.dir/UIProcess/API/wpe/qt/WPEQtView.cpp.o
../../Source/WebKit/UIProcess/API/wpe/qt/WPEQtView.cpp:187:39: warning: 'createTextureFromId' is deprecated: Use createTextureFromNativeObject() instead [-Wdeprecated-declarations]
    textureNode->setTexture(window()->createTextureFromId(textureId, m_size.toSize(), QQuickWindow::TextureHasAlphaChannel));
                                      ^
/usr/include/QtQuick/qquickwindow.h:162:21: note: 'createTextureFromId' has been explicitly marked deprecated here
    __attribute__ ((__deprecated__("Use createTextureFromNativeObject() instead")))
                    ^
1 warning generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200708/50d343d9/attachment-0001.htm>


More information about the webkit-unassigned mailing list