forked from qt-creator/qt-creator
qQmlProfiler: independent start/stop/record buttons
Reviewed-by: Kai Koehne
This commit is contained in:
@@ -322,4 +322,9 @@ void TraceWindow::setRecording(bool recording)
|
||||
m_plugin->setRecording(recording);
|
||||
}
|
||||
|
||||
bool TraceWindow::isRecording() const
|
||||
{
|
||||
return (m_plugin->recording());
|
||||
}
|
||||
|
||||
#include "tracewindow.moc"
|
||||
|
||||
Reference in New Issue
Block a user