forked from qt-creator/qt-creator
QmlProfiler: Coding style fixes
Change-Id: I302ea39510043b53464af47c45210c19dd232690 Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
@@ -564,7 +564,7 @@ void TraceWindow::updateProfilerState()
|
||||
emit profilerStateChanged(qmlActive, v8Active);
|
||||
}
|
||||
|
||||
void TraceWindow::updateToolTip(QString text)
|
||||
void TraceWindow::updateToolTip(const QString &text)
|
||||
{
|
||||
setToolTip(text);
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user