forked from qt-creator/qt-creator
Git: Modernize
modernize-use-using modernize-use-default-member-init modernize-use-equals-default Change-Id: Iaccd5611cfc2056d357a0545f8522f02d6f8f0ed Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -90,7 +90,7 @@ class CommitData
|
||||
public:
|
||||
CommitData(CommitType type = SimpleCommit);
|
||||
// A pair of state string/file name ('modified', 'file.cpp').
|
||||
typedef QPair<FileStates, QString> StateFilePair;
|
||||
using StateFilePair = QPair<FileStates, QString>;
|
||||
|
||||
void clear();
|
||||
// Parse the files and the branch of panelInfo
|
||||
|
||||
Reference in New Issue
Block a user