[qpa] Fix overloaded-virtual warning
This commit is contained in:
parent
ec11cfd04f
commit
acedee21a5
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ class KWinIntegrationPlugin : public QPlatformIntegrationPlugin
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
Q_PLUGIN_METADATA(IID QPlatformIntegrationFactoryInterface_iid FILE "kwin.json")
|
Q_PLUGIN_METADATA(IID QPlatformIntegrationFactoryInterface_iid FILE "kwin.json")
|
||||||
public:
|
public:
|
||||||
|
using QPlatformIntegrationPlugin::create;
|
||||||
QPlatformIntegration *create(const QString &system, const QStringList ¶mList) override;
|
QPlatformIntegration *create(const QString &system, const QStringList ¶mList) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue