ExtensionSystem: Work around linguist issue

lupdate has issues with resolving non-trivial uses of "using namespace"
(QTBUG-64007)

Change-Id: I1edbd74ecc97476b961fd3c741f1a3d3f22a2bf7
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Eike Ziller
2017-10-24 14:30:59 +02:00
parent 4d0bf8a093
commit 125604c80c

View File

@@ -274,10 +274,11 @@ enum { debugLeaks = 0 };
using namespace Utils;
using namespace ExtensionSystem::Internal;
namespace ExtensionSystem {
using namespace Internal;
static Internal::PluginManagerPrivate *d = 0;
static PluginManager *m_instance = 0;