forked from qt-creator/qt-creator
QmlProfiler: Add attach/detach menu entry
This allows one to also profile apps on device (as long as there is a working TCP/IP connection).
This commit is contained in:
@@ -37,11 +37,9 @@
|
||||
namespace QmlProfiler {
|
||||
namespace Constants {
|
||||
|
||||
const char * const ACTION_ID = "QmlProfilerPlugin.Action";
|
||||
const char * const MENU_ID = "QmlProfilerPlugin.Menu";
|
||||
const char * const ATTACH = "Menu.Analyzer.Attach";
|
||||
|
||||
} // namespace QmlProfiler
|
||||
} // namespace Constants
|
||||
} // namespace QmlProfiler
|
||||
|
||||
#endif // QMLPROFILERCONSTANTS_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user