GUI: modernize connect in ResultsTree
This commit is contained in:
parent
9d93c01ba0
commit
2f554e82ff
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue