QmlProfiler: first commit

This commit is contained in:
Christiaan Janssen
2011-03-11 12:22:57 +01:00
parent 39daf23247
commit f774556de7
40 changed files with 4337 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
#ifndef QMLPROFILERPLUGINCONSTANTS_H
#define QMLPROFILERPLUGINCONSTANTS_H
namespace QmlProfiler {
namespace Constants {
const char * const ACTION_ID = "QmlProfilerPlugin.Action";
const char * const MENU_ID = "QmlProfilerPlugin.Menu";
} // namespace QmlProfiler
} // namespace Constants
#endif // QMLPROFILERPLUGINCONSTANTS_H