refs #649, refs #658 fixed includes to new subfolders "db"

some style changes in same step
This commit is contained in:
Klaus Basan
2016-05-24 00:40:40 +02:00
parent 5789bdd722
commit 54b1234f7f
44 changed files with 130 additions and 109 deletions

View File

@@ -12,10 +12,10 @@
#ifndef BLACKMISC_COUNTRYLIST_H
#define BLACKMISC_COUNTRYLIST_H
#include "blackmisc/db/datastoreobjectlist.h"
#include "blackmisc/blackmiscexport.h"
#include "blackmisc/collection.h"
#include "blackmisc/country.h"
#include "blackmisc/datastoreobjectlist.h"
#include "blackmisc/sequence.h"
#include "blackmisc/variant.h"
@@ -31,7 +31,7 @@ namespace BlackMisc
//! \remark: I do not use CCollection as I want to sort per column
class BLACKMISC_EXPORT CCountryList :
public CSequence<CCountry>,
public BlackMisc::IDatastoreObjectList<CCountry, CCountryList, QString>,
public BlackMisc::Db::IDatastoreObjectList<CCountry, CCountryList, QString>,
public BlackMisc::Mixin::MetaType<CCountryList>
{
public: