forked from qt-creator/qt-creator
CppTools: Use Qt5-style connects
Mostly done by clazy. Change-Id: I0fbbbe1a2d28b79bcb83093d608bca6e2f927ebb Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
324e221bee
commit
46cacd901a
@@ -63,13 +63,12 @@ public slots:
|
||||
void updateIndex();
|
||||
void setSorted(bool sort);
|
||||
|
||||
private slots:
|
||||
private:
|
||||
void updateNow();
|
||||
void updateIndexNow();
|
||||
void updateToolTip();
|
||||
void gotoSymbolInEditor();
|
||||
|
||||
private:
|
||||
CppEditorOutline();
|
||||
|
||||
bool isSorted() const;
|
||||
|
||||
Reference in New Issue
Block a user