GUI: modernize connect in ResultsTree

This commit is contained in:
Daniel Marjamäki 2017-07-31 08:18:34 +02:00
parent 9d93c01ba0
commit 2f554e82ff
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@ ResultsTree::ResultsTree(QWidget * parent) :
setExpandsOnDoubleClick(false);
setSortingEnabled(true);
connect(this, SIGNAL(doubleClicked(const QModelIndex &)),
this, SLOT(quickStartApplication(const QModelIndex &)));
connect(this, &ResultsTree::doubleClicked, this, &ResultsTree::quickStartApplication);
}
ResultsTree::~ResultsTree()