forked from quickshell/quickshell
core/reloader: fix Quickshell.reload not working
Has been broken since engine generations were introduced.
This commit is contained in:
parent
4eb5dc5593
commit
c6bf826031
3 changed files with 7 additions and 2 deletions
|
@ -12,6 +12,8 @@
|
|||
#include "shell.hpp"
|
||||
#include "singleton.hpp"
|
||||
|
||||
class RootWrapper;
|
||||
|
||||
class EngineGeneration: public QObject {
|
||||
Q_OBJECT;
|
||||
|
||||
|
@ -28,6 +30,7 @@ public:
|
|||
|
||||
static EngineGeneration* findObjectGeneration(QObject* object);
|
||||
|
||||
RootWrapper* wrapper = nullptr;
|
||||
QmlScanner scanner;
|
||||
QsUrlInterceptor urlInterceptor;
|
||||
QsInterceptNetworkAccessManagerFactory interceptNetFactory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue