forked from qt-creator/qt-creator
Git: Add commit type to CommitData
Change-Id: I900f3dd89eeeac61e29604ac459d36ecc6c0aa8f Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
cb055c1d0f
commit
06da25f610
@@ -76,6 +76,10 @@ QDebug operator<<(QDebug d, const GitSubmitEditorPanelData &data)
|
||||
return d;
|
||||
}
|
||||
|
||||
CommitData::CommitData(CommitType type) : commitType(type)
|
||||
{
|
||||
}
|
||||
|
||||
void CommitData::clear()
|
||||
{
|
||||
panelInfo.clear();
|
||||
|
||||
Reference in New Issue
Block a user