Underp and fix some stuff. Works nicer now.

This commit is contained in:
Jan Dalheimer
2014-02-15 15:20:12 +01:00
parent efa8e26a3f
commit 6f6d912d07
2 changed files with 1 additions and 5 deletions

View File

@@ -24,8 +24,6 @@ void JProfiler::beginProfilingImpl(MinecraftProcess *process)
{ emit readyToLaunch(tr("Listening on port: %1").arg(port)); });
connect(profiler, SIGNAL(finished(int)), profiler, SLOT(deleteLater()));
profiler->start();
QMessageBox::information(0, tr("JProfiler"),
tr("JProfiler started and listening on port %1").arg(port));
}
void JProfilerFactory::registerSettings(SettingsObject *settings)