StringBuilder in CCountry + style

This commit is contained in:
Klaus Basan
2018-08-24 17:21:34 +02:00
parent 2fcb5fd304
commit 653911e042
2 changed files with 38 additions and 65 deletions

View File

@@ -12,13 +12,13 @@
#ifndef BLACKMISC_COUNTRY_H
#define BLACKMISC_COUNTRY_H
#include "blackmisc/blackmiscexport.h"
#include "blackmisc/db/datastore.h"
#include "blackmisc/icon.h"
#include "blackmisc/metaclass.h"
#include "blackmisc/propertyindex.h"
#include "blackmisc/valueobject.h"
#include "blackmisc/variant.h"
#include "blackmisc/blackmiscexport.h"
#include <QJsonObject>
#include <QMetaType>
@@ -37,7 +37,7 @@ namespace BlackMisc
//! Properties by index
enum ColumnIndex
{
IndexIsoCode = BlackMisc::CPropertyIndex::GlobalIndexCCountry,
IndexIsoCode = CPropertyIndex::GlobalIndexCCountry,
IndexIso3Code,
IndexName,
IndexAlias1,