summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/libinput
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generic/libinput')
-rw-r--r--src/plugins/generic/libinput/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/generic/libinput/main.cpp b/src/plugins/generic/libinput/main.cpp
index 6d1e76c0f0..703a9b1a3e 100644
--- a/src/plugins/generic/libinput/main.cpp
+++ b/src/plugins/generic/libinput/main.cpp
@@ -48,7 +48,7 @@ class QLibInputPlugin : public QGenericPlugin
Q_PLUGIN_METADATA(IID QGenericPluginFactoryInterface_iid FILE "libinput.json")
public:
- QObject *create(const QString &key, const QString &specification);
+ QObject *create(const QString &key, const QString &specification) override;
};
QObject *QLibInputPlugin::create(const QString &key, const QString &specification)