aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/constants.h
diff options
context:
space:
mode:
authorChristiaan Janssen <christiaan.janssen@nokia.com>2012-03-08 16:50:14 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-13 09:39:03 +0100
commit1f76525c5f701f612b56a49715cda6597e3727b1 (patch)
tree591e056491283d6c82f9bb74583047fe29ccd1ab /tools/qmlprofiler/constants.h
parentd541fdcbe68ea6fab78db1009d8291c7f73cc1e5 (diff)
QmlProfiler: updated standalone app
Using a stripped-down version of the profiler data structure. Change-Id: I93a0b12462edea0ca8a1d0db42aa892aa2afc919 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'tools/qmlprofiler/constants.h')
-rw-r--r--tools/qmlprofiler/constants.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/tools/qmlprofiler/constants.h b/tools/qmlprofiler/constants.h
index e5a1f8025d..d87bad18b1 100644
--- a/tools/qmlprofiler/constants.h
+++ b/tools/qmlprofiler/constants.h
@@ -54,15 +54,6 @@ const char CMD_RECORD2[] ="r";
const char CMD_QUIT[] ="quit";
const char CMD_QUIT2[] = "q";
-const char TYPE_PAINTING_STR[] = "Painting";
-const char TYPE_COMPILING_STR[] = "Compiling";
-const char TYPE_CREATING_STR[] = "Creating";
-const char TYPE_BINDING_STR[] = "Binding";
-const char TYPE_HANDLINGSIGNAL_STR[] = "HandlingSignal";
-const char PROFILER_FILE_VERSION[] = "1.02";
-
-const int MIN_LEVEL = 1;
-
-} // Contants
+} // Constants
#endif // CONSTANTS_H