forked from qt-creator/qt-creator
ClassView: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I6aac0c1e66b24bb8b638aee906f9f355d2e23d48 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
729a7345f4
commit
3b669a37cd
@@ -64,7 +64,7 @@ signals:
|
||||
|
||||
void requestTreeDataUpdate();
|
||||
|
||||
public slots:
|
||||
public:
|
||||
void onItemActivated(const QModelIndex &index);
|
||||
void onItemDoubleClicked(const QModelIndex &index);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user