mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
refs #800 Fixed "using namespace" in header.
This commit is contained in:
committed by
Klaus Basan
parent
c43c1458f4
commit
461474e29d
@@ -24,8 +24,6 @@
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
|
||||
using namespace BlackMisc::Db;
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
/*!
|
||||
@@ -33,7 +31,7 @@ namespace BlackMisc
|
||||
*/
|
||||
class BLACKMISC_EXPORT CCountry :
|
||||
public CValueObject<CCountry>,
|
||||
public IDatastoreObjectWithStringKey
|
||||
public Db::IDatastoreObjectWithStringKey
|
||||
{
|
||||
public:
|
||||
//! Properties by index
|
||||
|
||||
Reference in New Issue
Block a user