mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
tooling: add automatic QMLLS support for new imports and singletons
This commit is contained in:
parent
4d8055f1cd
commit
986749cdb9
7 changed files with 283 additions and 3 deletions
|
|
@ -28,6 +28,7 @@ public:
|
|||
|
||||
QDir* baseRunDir();
|
||||
QDir* shellRunDir();
|
||||
QDir* shellVfsDir();
|
||||
QDir* instanceRunDir();
|
||||
void linkRunDir();
|
||||
void linkPathDir();
|
||||
|
|
@ -48,9 +49,11 @@ private:
|
|||
QString pathId;
|
||||
QDir mBaseRunDir;
|
||||
QDir mShellRunDir;
|
||||
QDir mShellVfsDir;
|
||||
QDir mInstanceRunDir;
|
||||
DirState baseRunState = DirState::Unknown;
|
||||
DirState shellRunState = DirState::Unknown;
|
||||
DirState shellVfsState = DirState::Unknown;
|
||||
DirState instanceRunState = DirState::Unknown;
|
||||
|
||||
QDir mShellDataDir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue