forked from qt-creator/qt-creator
Gerrit: Some more cleanup
* Remove qualification for types in Gerrit::Internal * Remove action/command pair. Action is stored in Command. Change-Id: I946bedd3909e217279e9d7a538e8460e0a61de0f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
5506919233
commit
d24e509662
@@ -305,7 +305,7 @@ void GerritDialog::slotCurrentChanged()
|
||||
updateButtons();
|
||||
}
|
||||
|
||||
void GerritDialog::fetchStarted(const QSharedPointer<Gerrit::Internal::GerritChange> &change)
|
||||
void GerritDialog::fetchStarted(const QSharedPointer<GerritChange> &change)
|
||||
{
|
||||
// Disable buttons to prevent parallel gerrit operations which can cause mix-ups.
|
||||
m_fetchRunning = true;
|
||||
|
||||
Reference in New Issue
Block a user