[platforms/hwcomposer] Fix build failure after D23495
In file included from /build/src/kwin-5.16.90/plugins/platforms/hwcomposer/hwcomposer_backend.cpp:21:
/build/src/kwin-5.16.90/plugins/platforms/hwcomposer/hwcomposer_backend.h:58:11: error:
'QSize KWin::HwcomposerOutput::pixelSize() const' marked 'override', but does not override
58 | QSize pixelSize() const override;
| ^~~~~~~~~
Fixes dbb2cede08
Reviewed-by: Bhushan Shah <bshah@kde.org>
This commit is contained in:
parent
c790c50292
commit
6ee6cc0293
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ public:
|
|||
~HwcomposerOutput() override;
|
||||
bool isValid() const;
|
||||
|
||||
QSize pixelSize() const override;
|
||||
void updateDpms(KWayland::Server::OutputInterface::DpmsMode mode) override;
|
||||
Q_SIGNALS:
|
||||
void dpmsModeRequested(KWayland::Server::OutputInterface::DpmsMode mode);
|
||||
|
|
Loading…
Reference in a new issue