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:
@@ -82,6 +82,8 @@ public:
|
||||
|
||||
private slots:
|
||||
void updateProjectFileList();
|
||||
void attach();
|
||||
void updateAttachAction();
|
||||
|
||||
private:
|
||||
class QmlProfilerToolPrivate;
|
||||
|
||||
Reference in New Issue
Block a user