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
@@ -192,7 +192,7 @@ public slots:
|
||||
void updateModifiedSourceFiles();
|
||||
void GC();
|
||||
|
||||
private slots:
|
||||
private:
|
||||
// This should be executed in the GUI thread.
|
||||
friend class Tests::ModelManagerTestHelper;
|
||||
void onAboutToLoadSession();
|
||||
@@ -203,7 +203,6 @@ private slots:
|
||||
void onCurrentEditorChanged(Core::IEditor *editor);
|
||||
void onCoreAboutToClose();
|
||||
|
||||
private:
|
||||
void initializeBuiltinModelManagerSupport();
|
||||
void delayedGC();
|
||||
void recalculateProjectPartMappings();
|
||||
|
||||
Reference in New Issue
Block a user