From c3a8a171734bfeced58f4611365e85a6daed7db9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 29 Aug 2025 23:06:55 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell-plugins/customplugin.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 accounts/gkleen@sif/shell/quickshell-plugins/customplugin.h (limited to 'accounts/gkleen@sif/shell/quickshell-plugins/customplugin.h') diff --git a/accounts/gkleen@sif/shell/quickshell-plugins/customplugin.h b/accounts/gkleen@sif/shell/quickshell-plugins/customplugin.h new file mode 100644 index 00000000..e66ba9e3 --- /dev/null +++ b/accounts/gkleen@sif/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