forked from quickshell/quickshell
window: generate qmltypes
This commit is contained in:
parent
4e48c6eefb
commit
9980f8587e
9 changed files with 51 additions and 8 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <qcontainerfwd.h>
|
||||
#include <qfunctionpointer.h>
|
||||
#include <qlist.h>
|
||||
|
||||
class EngineGeneration;
|
||||
|
||||
|
@ -14,6 +15,8 @@ public:
|
|||
void operator=(QuickshellPlugin&&) = delete;
|
||||
void operator=(const QuickshellPlugin&) = delete;
|
||||
|
||||
virtual QString name() { return QString(); }
|
||||
virtual QList<QString> dependencies() { return {}; }
|
||||
virtual bool applies() { return true; }
|
||||
virtual void init() {}
|
||||
virtual void registerTypes() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue