mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-06 19:14:57 +11:00
core: add Internal pragma
This commit is contained in:
parent
78e3874ac6
commit
201c559dcd
3 changed files with 47 additions and 32 deletions
|
|
@ -58,7 +58,7 @@ void RootWrapper::reloadGraph(bool hard) {
|
|||
auto rootFile = QFileInfo(this->rootPath);
|
||||
auto rootPath = rootFile.dir();
|
||||
auto scanner = QmlScanner(rootPath);
|
||||
scanner.scanQmlFile(this->rootPath);
|
||||
scanner.scanQmlRoot(this->rootPath);
|
||||
|
||||
qs::core::QmlToolingSupport::updateTooling(rootPath, scanner);
|
||||
this->configDirWatcher.addPath(rootPath.path());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue