X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fmainwindow.cpp;h=0c69506947d7bfbd6afa3713046bf04ac4a99371;hb=18919896f897aab0514d4ae5330a71cd654edb4a;hp=28dd6281a92602bb8dd44521e8cc83b8ad789331;hpb=ad513b3f5f6e3b1e460d9cf77479715cc05319b4;p=apitrace diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index 28dd628..0c69506 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -798,7 +798,7 @@ void MainWindow::initConnections() connect(m_ui.actionShowErrorsDock, SIGNAL(triggered(bool)), m_ui.errorsDock, SLOT(setVisible(bool))); connect(m_ui.errorsTreeWidget, - SIGNAL(currentItemChanged(QTreeWidgetItem*, QTreeWidgetItem*)), + SIGNAL(itemActivated(QTreeWidgetItem*, int)), this, SLOT(slotErrorSelected(QTreeWidgetItem*))); }