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
@@ -45,11 +45,10 @@ public:
|
||||
QString insert(const QString &string);
|
||||
void scheduleGC();
|
||||
|
||||
private slots:
|
||||
void startGC();
|
||||
|
||||
private:
|
||||
void startGC();
|
||||
void GC();
|
||||
|
||||
class GCRunner: public QRunnable {
|
||||
StringTable &m_stringTable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user