forked from quickshell/quickshell
refactor: move reload function to QtShellGlobal
This commit is contained in:
parent
7a18ce8a55
commit
767500b466
4 changed files with 17 additions and 21 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <qcontainerfwd.h>
|
||||
#include <qlist.h>
|
||||
#include <qlogging.h>
|
||||
#include <qobject.h>
|
||||
#include <qqmlengine.h>
|
||||
#include <qqmllist.h>
|
||||
|
@ -24,9 +23,6 @@ public:
|
|||
|
||||
QQmlListProperty<QObject> components();
|
||||
|
||||
public slots:
|
||||
void reload(bool hard = true);
|
||||
|
||||
private:
|
||||
static void appendComponent(QQmlListProperty<QObject>* list, QObject* component);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue