forked from quickshell/quickshell
core: synthesized qmldir files and new qml scanning strategy
This commit is contained in:
parent
1687ff3614
commit
ffbdac9977
14 changed files with 354 additions and 90 deletions
|
@ -7,7 +7,6 @@
|
|||
#include <qurl.h>
|
||||
|
||||
#include "generation.hpp"
|
||||
#include "watcher.hpp"
|
||||
|
||||
class RootWrapper: public QObject {
|
||||
Q_OBJECT;
|
||||
|
@ -26,6 +25,5 @@ private slots:
|
|||
private:
|
||||
QString rootPath;
|
||||
EngineGeneration* generation = nullptr;
|
||||
FiletreeWatcher* configWatcher = nullptr;
|
||||
QString originalWorkingDirectory;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue