window.cpp: remove qDebug()
这个提交包含在:
父节点
78d8473fc3
当前提交
f60e2a068f
@ -400,7 +400,6 @@ void Window::handleCancelledSearch()
|
|||||||
|
|
||||||
void Window::treeSearchItemActivated(QTreeWidgetItem *item, int i)
|
void Window::treeSearchItemActivated(QTreeWidgetItem *item, int i)
|
||||||
{
|
{
|
||||||
qDebug() << item->text(1);
|
|
||||||
QDesktopServices::openUrl(QUrl::fromLocalFile(item->text(1)));
|
QDesktopServices::openUrl(QUrl::fromLocalFile(item->text(1)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户