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);
}
);