summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell-plugins/customplugin.h
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-08-29 23:06:55 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-08-29 23:06:55 +0200
commitc3a8a171734bfeced58f4611365e85a6daed7db9 (patch)
tree235296a43af10ce96b5dd74e0523e59f4c1a8b12 /accounts/gkleen@sif/shell/quickshell-plugins/customplugin.h
parent218ac55d86ee49d151c0ba2dfbca6da104c66703 (diff)
downloadnixos-c3a8a171734bfeced58f4611365e85a6daed7db9.tar
nixos-c3a8a171734bfeced58f4611365e85a6daed7db9.tar.gz
nixos-c3a8a171734bfeced58f4611365e85a6daed7db9.tar.bz2
nixos-c3a8a171734bfeced58f4611365e85a6daed7db9.tar.xz
nixos-c3a8a171734bfeced58f4611365e85a6daed7db9.zip
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell-plugins/customplugin.h')
-rw-r--r--accounts/gkleen@sif/shell/quickshell-plugins/customplugin.h7
1 files changed, 7 insertions, 0 deletions
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 @@
1#include <QQmlEngineExtensionPlugin>
2
3class CustomPlugin : public QQmlEngineExtensionPlugin
4{
5 Q_OBJECT
6 Q_PLUGIN_METADATA(IID QQmlEngineExtensionInterface_iid)
7};