data: Fixed indexing performance regression in FileRegister

* removed debug cout uses
* add source paths first as header search paths
This commit is contained in:
Eberhard Graether
2018-01-02 23:15:05 +01:00
parent 987faffaf2
commit c17f7dd3d4
5 changed files with 8 additions and 8 deletions
-1
View File
@@ -174,7 +174,6 @@ void QtDialogView::startIndexingDialog(
connect(window, &QtWindow::canceled,
[=]()
{
std::cout << "cancelse" << std::endl;
setUIBlocked(false);
}
);
@@ -74,7 +74,6 @@ bool QtProjectWizzardContentPaths::check()
for (const FilePath& path : m_list->getList())
{
std::vector<FilePath> expandedPaths(1, path);
std::cout << path.str() << std::endl;
if (m_settings)
{
expandedPaths = m_settings->makePathsExpandedAndAbsolute(expandedPaths);