Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Oct 31, 2024
1 parent 1391405 commit 6b026fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/imports/controls/controlsplugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ class FluidPlugin : public QQmlExtensionPlugin
Q_OBJECT
Q_PLUGIN_METADATA(IID QQmlExtensionInterface_iid)
public:
void initializeEngine(QQmlEngine *engine, const char *uri);
void registerTypes(const char *uri);
void initializeEngine(QQmlEngine *engine, const char *uri) override;
void registerTypes(const char *uri) override;
};

0 comments on commit 6b026fc

Please sign in to comment.