From ae9a80c1f012686c1f65fce7ce76fdd1b77b0b71 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 23 Sep 2026 21:08:35 +0200 Subject: ... --- accounts/gkleen@skadhi/shell/quickshell-plugins/customplugin.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 accounts/gkleen@skadhi/shell/quickshell-plugins/customplugin.h (limited to 'accounts/gkleen@skadhi/shell/quickshell-plugins/customplugin.h') diff --git a/accounts/gkleen@skadhi/shell/quickshell-plugins/customplugin.h b/accounts/gkleen@skadhi/shell/quickshell-plugins/customplugin.h new file mode 100644 index 00000000..e66ba9e3 --- /dev/null +++ b/accounts/gkleen@skadhi/shell/quickshell-plugins/customplugin.h @@ -0,0 +1,7 @@ +#include + +class CustomPlugin : public QQmlEngineExtensionPlugin +{ + Q_OBJECT + Q_PLUGIN_METADATA(IID QQmlEngineExtensionInterface_iid) +}; -- cgit v1.2.3