mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 23:05:34 +08:00
Renamed function to processNames as part of review
https://dev.vatsim-germany.org/issues/894#note-3
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8b1c8c068b
commit
797e5dd576
@@ -369,7 +369,7 @@ bool CSwiftLauncher::warnAboutOtherSwiftApplications()
|
||||
// getting here means another application is running
|
||||
const QString msg =
|
||||
QStringLiteral("While using the wizard no other application should run.\nClose applications and try again.\nCurrently running: ") %
|
||||
running.runningProcessNames().join(',');
|
||||
running.processNames().join(',');
|
||||
QMessageBox::question(this, "Wizard", msg, QMessageBox::Close);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user