forked from qt-creator/qt-creator
QmlProfiler: Remove useless dtor
Signals will be disconnected by QObject dtor anyway. Change-Id: I193fa207e02b8f91258d165f0a7eacb0ccc4b9df Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
@@ -81,11 +81,6 @@ LocalQmlProfilerRunner::LocalQmlProfilerRunner(const Configuration &configuratio
|
||||
this, &LocalQmlProfilerRunner::stop);
|
||||
}
|
||||
|
||||
LocalQmlProfilerRunner::~LocalQmlProfilerRunner()
|
||||
{
|
||||
disconnect();
|
||||
}
|
||||
|
||||
void LocalQmlProfilerRunner::start()
|
||||
{
|
||||
StandardRunnable runnable = m_configuration.debuggee;
|
||||
|
||||
@@ -50,7 +50,6 @@ public:
|
||||
|
||||
LocalQmlProfilerRunner(const Configuration &configuration,
|
||||
Debugger::AnalyzerRunControl *engine);
|
||||
~LocalQmlProfilerRunner();
|
||||
|
||||
static Utils::Port findFreePort(QString &host);
|
||||
static QString findFreeSocket();
|
||||
|
||||
Reference in New Issue
Block a user