data: Fixed indexing performance regression in FileRegister
* removed debug cout uses * add source paths first as header search paths
This commit is contained in:
@@ -174,7 +174,6 @@ void QtDialogView::startIndexingDialog(
|
||||
connect(window, &QtWindow::canceled,
|
||||
[=]()
|
||||
{
|
||||
std::cout << "cancelse" << std::endl;
|
||||
setUIBlocked(false);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user