QMlProfiler: Print logging / errors while connecting to General Messages pane

Actually the error message should ideally show up in Application Output, but
that would require a translation. Left for 2.4.

Change-Id: Ia13dc46bf82f28862ac38e830b241f4b23f83fa2
Reviewed-on: http://codereview.qt.nokia.com/2267
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
Kai Koehne
2011-07-27 11:49:39 +02:00
parent 9843151734
commit 116b4efe5f
2 changed files with 23 additions and 12 deletions

View File

@@ -92,6 +92,8 @@ private:
void connectToClient();
void updateRecordingState();
void ensureWidgets();
void logStatus(const QString &msg);
void logError(const QString &msg);
class QmlProfilerToolPrivate;
QmlProfilerToolPrivate *d;