mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 04:32:14 +00:00
Underp and fix some stuff. Works nicer now.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user