mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-04-10 06:11:54 +10:00
core: reference configs by absolute instead of canonical paths
This commit is contained in:
parent
00858812f2
commit
3e2ce40b18
4 changed files with 18 additions and 9 deletions
|
|
@ -16,9 +16,7 @@ public:
|
|||
QmlScanner() = default;
|
||||
QmlScanner(const QDir& rootPath): rootPath(rootPath) {}
|
||||
|
||||
// path must be canonical
|
||||
void scanDir(const QString& path);
|
||||
|
||||
void scanQmlRoot(const QString& path);
|
||||
|
||||
QVector<QString> scannedDirs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue