refs #800 Fixed "using namespace" in header.

This commit is contained in:
Mathew Sutcliffe
2016-11-08 00:22:35 +00:00
committed by Klaus Basan
parent c43c1458f4
commit 461474e29d
11 changed files with 11 additions and 3 deletions

View File

@@ -26,6 +26,7 @@
#include <QtGlobal>
using namespace BlackMisc;
using namespace BlackMisc::Db;
using namespace BlackMisc::Network;
using namespace BlackMisc::Simulation;