forked from quickshell/quickshell
core/reloader: do not require ShellRoot
This commit is contained in:
parent
2996e40ff9
commit
c21df95087
3 changed files with 7 additions and 20 deletions
|
@ -13,7 +13,6 @@
|
|||
#include "incubator.hpp"
|
||||
#include "qsintercept.hpp"
|
||||
#include "scan.hpp"
|
||||
#include "shell.hpp"
|
||||
#include "singleton.hpp"
|
||||
|
||||
class RootWrapper;
|
||||
|
@ -58,7 +57,7 @@ public:
|
|||
QsUrlInterceptor urlInterceptor;
|
||||
QsInterceptNetworkAccessManagerFactory interceptNetFactory;
|
||||
QQmlEngine* engine = nullptr;
|
||||
ShellRoot* root = nullptr;
|
||||
QObject* root = nullptr;
|
||||
SingletonRegistry singletonRegistry;
|
||||
QFileSystemWatcher* watcher = nullptr;
|
||||
QVector<QString> deletedWatchedFiles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue