1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-27 06:03:51 +03:00

fix warning

This commit is contained in:
Michail Vourlakos 2020-03-15 23:36:31 +02:00
parent c0d8116e7b
commit 4cd1e0d4d9

View File

@ -30,7 +30,7 @@ class LattePlugin : public QQmlExtensionPlugin
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
public:
void registerTypes(const char *uri);
void registerTypes(const char *uri) override;
};
#endif