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
@@ -66,7 +66,7 @@ signals:
|
||||
|
||||
void resetDataDone();
|
||||
|
||||
public slots:
|
||||
public:
|
||||
void clearCacheAll();
|
||||
|
||||
void clearCache();
|
||||
@@ -85,13 +85,12 @@ public slots:
|
||||
|
||||
void setFlatMode(bool flat);
|
||||
|
||||
protected slots:
|
||||
void onResetDataDone();
|
||||
|
||||
protected:
|
||||
typedef QHash<QString, unsigned>::const_iterator CitCachedDocTreeRevision;
|
||||
typedef QHash<QString, QStringList>::const_iterator CitCachedPrjFileLists;
|
||||
|
||||
void onResetDataDone();
|
||||
|
||||
void addProject(const ParserTreeItem::Ptr &item, const QStringList &fileList,
|
||||
const QString &projectId = QString());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user