1
0
Fork 0

window.cpp: remove qDebug()

Esse commit está contido em:
Albert S. 2018-01-17 22:36:23 +01:00
commit f60e2a068f
1 arquivos alterados com 0 adições e 1 exclusões

Ver arquivo

@ -400,7 +400,6 @@ void Window::handleCancelledSearch()
void Window::treeSearchItemActivated(QTreeWidgetItem *item, int i)
{
qDebug() << item->text(1);
QDesktopServices::openUrl(QUrl::fromLocalFile(item->text(1)));
}