forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user