core: add Internal pragma

This commit is contained in:
outfoxxed 2025-07-16 20:13:59 -07:00
parent 78e3874ac6
commit 201c559dcd
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
3 changed files with 47 additions and 32 deletions

View file

@ -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());