Skip to content

Commit 27b6fa6

Browse files
committed
gui/mainwindow.cpp: added TODOs
1 parent e006e02 commit 27b6fa6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gui/mainwindow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ void MainWindow::analyzeFiles()
797797
p.ignoreOtherConfigs(cfg.toStdString());
798798
}
799799

800-
doAnalyzeProject(p);
800+
doAnalyzeProject(p); // TODO: avoid copy
801801
return;
802802
}
803803

@@ -1960,7 +1960,7 @@ void MainWindow::analyzeProject(const ProjectFile *projectFile, const QStringLis
19601960
msg.exec();
19611961
return;
19621962
}
1963-
doAnalyzeProject(p, checkLibrary, checkConfiguration);
1963+
doAnalyzeProject(p, checkLibrary, checkConfiguration); // TODO: avoid copy
19641964
return;
19651965
}
19661966

0 commit comments

Comments
 (0)