forked from qt-creator/qt-creator
Git: Refactor checkLine as a member function in CommitData
Change-Id: I9a19cc7fd8cb2102eb8c5a1589b81164498d3c34 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
f7fa450a1c
commit
b45393461a
@@ -109,6 +109,9 @@ public:
|
||||
GitSubmitEditorPanelData panelData;
|
||||
|
||||
QList<StateFilePair> files;
|
||||
|
||||
private:
|
||||
bool checkLine(const QString &stateInfo, const QString &file);
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
Reference in New Issue
Block a user