diff options
author | Ulf Hermann <[email protected]> | 2016-05-02 12:18:57 +0200 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2016-05-03 15:00:50 +0000 |
commit | e5a38bacc4bcfd770f56122b86233ff35b0579ac (patch) | |
tree | db03f5112d616cbab6f5b9401cf296fa759fa54b /src/plugins/qmlprofiler/qmlprofilertraceview.cpp | |
parent | 08655de4a5891ab3a8fe07970c826958be7c52fc (diff) |
Move QmlProfiler specific files from qmldebug to qmlprofiler
These file were not used anywhere else and had no business to be in
qmldebug to begin with. Moving them allows us to drop a number of
namespace qualifications and forces us to rename a few local symbols
in other classes in order to avoid name clashes.
Change-Id: I658ed455eec027cbaddacf2980d2ea6827ae6205
Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertraceview.cpp')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilertraceview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertraceview.cpp b/src/plugins/qmlprofiler/qmlprofilertraceview.cpp index 165f15f1e49..7d2b5c3fe9d 100644 --- a/src/plugins/qmlprofiler/qmlprofilertraceview.cpp +++ b/src/plugins/qmlprofiler/qmlprofilertraceview.cpp @@ -68,8 +68,6 @@ #include <math.h> -using namespace QmlDebug; - namespace QmlProfiler { namespace Internal { |