forked from qt-creator/qt-creator
Git: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I60dcd378419b92f96dc681921701c9231ef8ee57 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -69,11 +69,10 @@ public:
|
||||
SymbolicLinkMerge
|
||||
};
|
||||
|
||||
private slots:
|
||||
private:
|
||||
void readData();
|
||||
void done();
|
||||
|
||||
private:
|
||||
FileState waitAndReadStatus(QString &extraInfo);
|
||||
QString mergeTypeName();
|
||||
QString stateName(FileState state, const QString &extraInfo);
|
||||
|
||||
Reference in New Issue
Block a user