diff options
author | Tobias Hunger <tobias.hunger@digia.com> | 2013-08-23 14:33:43 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@digia.com> | 2013-08-26 10:00:44 +0200 |
commit | 66596852202f49189677f19f96d753fecce66a22 (patch) | |
tree | eb1f98df21eb2169f0ac4481879de0b32d2c2483 /src/plugins/macros/imacrohandler.cpp | |
parent | 60cde65ba8cc4baf54c409d6ae46dce83957cd0f (diff) | |
download | qt-creator-66596852202f49189677f19f96d753fecce66a22.tar.gz |
Macros: Remove export macros and move code into Internal namespace
Change-Id: I2f5aa2b15235dfa7f3f002703771dd902d67199e
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Diffstat (limited to 'src/plugins/macros/imacrohandler.cpp')
-rw-r--r-- | src/plugins/macros/imacrohandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/macros/imacrohandler.cpp b/src/plugins/macros/imacrohandler.cpp index e0d1a4cfe3..b6a145c375 100644 --- a/src/plugins/macros/imacrohandler.cpp +++ b/src/plugins/macros/imacrohandler.cpp @@ -31,7 +31,7 @@ #include "macro.h" -using namespace Macros; +using namespace Macros::Internal; /*! \class Macro::IEventHandler |