forked from qt-creator/qt-creator
ModelEditor: Apply naming convention to enums
Change-Id: I215214965d4f6196d805b9001cf59d8cbf2c7c64 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -131,7 +131,7 @@ public:
|
||||
if (diagramKey() != otherUpdateCommand->diagramKey()) {
|
||||
return false;
|
||||
}
|
||||
if (m_updateAction == DiagramController::UPDATE_MAJOR || otherUpdateCommand->m_updateAction == DiagramController::UPDATE_MAJOR
|
||||
if (m_updateAction == DiagramController::UpdateMajor || otherUpdateCommand->m_updateAction == DiagramController::UpdateMajor
|
||||
|| m_updateAction != otherUpdateCommand->m_updateAction) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user