diff options
author | Christiaan Janssen <christiaan.janssen@nokia.com> | 2011-07-22 15:52:59 +0200 |
---|---|---|
committer | Aurindam Jana <aurindam.jana@nokia.com> | 2011-07-22 15:59:36 +0200 |
commit | 02120e45e7a17d02557335b106a32de08036be7e (patch) | |
tree | a6ff2acb3be7b07d744a478acd4ef40422c9e5a8 /src/plugins/qmlprofiler/qmlprofilerengine.h | |
parent | cd9fceba3a4e4b5b858066b0c4c5fb916a6d3f2e (diff) | |
download | qt-creator-02120e45e7a17d02557335b106a32de08036be7e.tar.gz |
QmlProfiler: refactored warning messagebox
Change-Id: I41e361fc2dc1cab0f103eccbb15b9c38cc78cb77
Reviewed-on: http://codereview.qt.nokia.com/2041
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerengine.h')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilerengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerengine.h b/src/plugins/qmlprofiler/qmlprofilerengine.h index 48b3457ed5..8b0133b9c9 100644 --- a/src/plugins/qmlprofiler/qmlprofilerengine.h +++ b/src/plugins/qmlprofiler/qmlprofilerengine.h @@ -48,7 +48,7 @@ public: ProjectExplorer::RunConfiguration *runConfiguration); ~QmlProfilerEngine(); - static void showNoExecutableWarning(); + static void showNonmodalWarning(const QString &warningMsg); signals: void processRunning(int port); void stopRecording(); |