mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
Ref T472, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
d713e8a264
commit
bada0c2f59
@@ -16,7 +16,6 @@
|
||||
#include "blackmisc/network/entityflags.h"
|
||||
#include "blackmisc/valueobject.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include <QColor>
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
@@ -33,7 +32,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexTableName = BlackMisc::CPropertyIndex::GlobalIndexCDbInfo,
|
||||
IndexTableName = CPropertyIndex::GlobalIndexCDbInfo,
|
||||
IndexEntries,
|
||||
IndexEntity
|
||||
};
|
||||
@@ -107,7 +106,7 @@ namespace BlackMisc
|
||||
private:
|
||||
QString m_tableName; //!< table name
|
||||
int m_entries; //!< number of entries
|
||||
BlackMisc::Network::CEntityFlags::Entity m_entity = BlackMisc::Network::CEntityFlags::NoEntity; //!< lazy initialized entity
|
||||
Network::CEntityFlags::Entity m_entity = Network::CEntityFlags::NoEntity; //!< lazy initialized entity
|
||||
|
||||
BLACK_METACLASS(
|
||||
CDbInfo,
|
||||
|
||||
Reference in New Issue
Block a user