Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Apr 8, 2024
1 parent 87aae2b commit 2dde486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@ void MainWindow::analyzeProject(const ProjectFile *projectFile, const bool check
Settings::terminate(false);

QFileInfo inf(projectFile->getFilename());
const QString rootpath = projectFile->getRootPath();
const QString& rootpath = projectFile->getRootPath();

QDir::setCurrent(inf.absolutePath());

Expand Down

0 comments on commit 2dde486

Please sign in to comment.