forked from quickshell/quickshell
core/reloader: fix more crashes (not all of them)
This commit is contained in:
parent
31462b9797
commit
c6e5a35745
4 changed files with 52 additions and 21 deletions
|
@ -36,7 +36,7 @@ public:
|
|||
QmlScanner scanner;
|
||||
QsUrlInterceptor urlInterceptor;
|
||||
QsInterceptNetworkAccessManagerFactory interceptNetFactory;
|
||||
QQmlEngine engine;
|
||||
QQmlEngine* engine = nullptr;
|
||||
ShellRoot* root = nullptr;
|
||||
SingletonRegistry singletonRegistry;
|
||||
QFileSystemWatcher* watcher = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue