https://bugs.kde.org/show_bug.cgi?id=406056

            Bug ID: 406056
           Summary: Kwin no longer compiles against Qt 5.13 after changes
           Product: kwin
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: core
          Assignee: kwin-bugs-n...@kde.org
          Reporter: bluescreenaven...@gmail.com
  Target Milestone: ---

I think something changed in the QPA part of Qt in 5.13. QtWayland had a recent
fix, as it's build was broken earlier as well


Here is the build log I get:
[ 70%] Linking CXX static library ../../../../lib/libeglx11common.a
/srcbuild/kwin/plugins/qpa/integration.cpp: In member function ‘virtual void
KWin::QPA::Integration::initialize()’:
/srcbuild/kwin/plugins/qpa/integration.cpp:100:5: error: ‘screenAdded’ was not
declared in this scope
     screenAdded(dummyScreen);
     ^~~~~~~~~~~
/srcbuild/kwin/plugins/qpa/integration.cpp:100:5: note: suggested alternative:
‘ScreenEdges’
     screenAdded(dummyScreen);
     ^~~~~~~~~~~
     ScreenEdges
/srcbuild/kwin/plugins/qpa/integration.cpp: In member function ‘void
KWin::QPA::Integration::initScreens()’:
/srcbuild/kwin/plugins/qpa/integration.cpp:203:9: error: ‘screenAdded’ was not
declared in this scope
         screenAdded(screen);
         ^~~~~~~~~~~
/srcbuild/kwin/plugins/qpa/integration.cpp:203:9: note: suggested alternative:
‘ScreenEdges’
         screenAdded(screen);
         ^~~~~~~~~~~
         ScreenEdges
/srcbuild/kwin/plugins/qpa/integration.cpp:208:9: error: ‘screenAdded’ was not
declared in this scope
         screenAdded(dummyScreen);
         ^~~~~~~~~~~
In file included from /srcbuild/kwin/toplevel.h:28,
                 from /srcbuild/kwin/abstract_client.h:23,
                 from /srcbuild/kwin/client.h:29,
                 from
/srcbuild/kwin/plugins/scenes/opengl/lanczosfilter.cpp:23:
/srcbuild/kwin/xcbutils.h: In function ‘QVector<xcb_rectangle_t>
KWin::Xcb::regionToRects(const QRegion&)’:
/srcbuild/kwin/xcbutils.h:1790:53: warning: ‘QVector<QRect> QRegion::rects()
const’ is deprecated: Use begin()/end() instead [-Wdeprecated-declarations]
     const QVector<QRect> regionRects = region.rects();
                                                     ^

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to