Ref T472, style

This commit is contained in:
Klaus Basan
2019-01-31 22:29:56 +01:00
committed by Mat Sutcliffe
parent d713e8a264
commit bada0c2f59
5 changed files with 31 additions and 43 deletions

View File

@@ -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,