mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Minor reader formatting/comments
This commit is contained in:
committed by
Mat Sutcliffe
parent
a8187bbc0c
commit
1b7f1b1662
@@ -205,8 +205,8 @@ namespace BlackCore
|
||||
|
||||
CEntityFlags::EntityFlag CInfoDataReader::getEntityForMode() const
|
||||
{
|
||||
if (m_mode == CDbFlags::DbReading) return CEntityFlags::DbInfoObjectEntity;
|
||||
if (m_mode == CDbFlags::Shared) return CEntityFlags::SharedInfoObjectEntity;
|
||||
if (m_mode == CDbFlags::DbReading) { return CEntityFlags::DbInfoObjectEntity; }
|
||||
if (m_mode == CDbFlags::Shared) { return CEntityFlags::SharedInfoObjectEntity; }
|
||||
qFatal("Wrong mode");
|
||||
return CEntityFlags::NoEntity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user