QmlProfiler: Enable on Windows

Replace use of sleep() call with a timer.
This commit is contained in:
Kai Koehne
2011-04-12 17:24:56 +02:00
parent 233f65da57
commit e6620167fc
5 changed files with 37 additions and 15 deletions

View File

@@ -85,8 +85,11 @@ private slots:
void updateProjectFileList();
void attach();
void updateAttachAction();
void tryToConnect();
private:
void connectToClient();
class QmlProfilerToolPrivate;
QmlProfilerToolPrivate *d;
};