QmlProfiler: Namespace fixes

Use own namespace (QmlProfiler) instead of Analyzer.
This commit is contained in:
Kai Koehne
2011-03-25 09:21:00 +01:00
parent 76a5abf602
commit ac61c9a918
10 changed files with 48 additions and 27 deletions

View File

@@ -5,7 +5,7 @@
#include <extensionsystem/iplugin.h>
namespace Analyzer {
namespace QmlProfiler {
namespace Internal {
class QmlProfilerPlugin : public ExtensionSystem::IPlugin
@@ -32,7 +32,7 @@ private:
};
} // namespace Internal
} // namespace Analyzer
} // namespace QmlProfiler
#endif // QMLPROFILERPLUGIN_H