forked from qt-creator/qt-creator
QmlProfiler: Enable on Windows
Replace use of sleep() call with a timer.
This commit is contained in:
@@ -85,8 +85,11 @@ private slots:
|
||||
void updateProjectFileList();
|
||||
void attach();
|
||||
void updateAttachAction();
|
||||
void tryToConnect();
|
||||
|
||||
private:
|
||||
void connectToClient();
|
||||
|
||||
class QmlProfilerToolPrivate;
|
||||
QmlProfilerToolPrivate *d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user