QmlProfiler: Coding style fixes

Change-Id: I302ea39510043b53464af47c45210c19dd232690
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
Kai Koehne
2012-01-13 12:25:53 +01:00
parent 7ef450af6d
commit f0a82fe63e
3 changed files with 226 additions and 211 deletions

View File

@@ -564,7 +564,7 @@ void TraceWindow::updateProfilerState()
emit profilerStateChanged(qmlActive, v8Active);
}
void TraceWindow::updateToolTip(QString text)
void TraceWindow::updateToolTip(const QString &text)
{
setToolTip(text);
}

View File

@@ -126,7 +126,7 @@ public slots:
void v8Complete();
void selectNextEvent(int eventId);
void updateProfilerState();
void updateToolTip(QString text);
void updateToolTip(const QString &text);
signals:
void viewUpdated();