mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 14:07:35 +08:00
refs #887, do not start wizard when other applications are running
(potential problems with writing settings) Utility functions in info list
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1076eb2b29
commit
2005e1881b
@@ -36,6 +36,12 @@ namespace BlackMisc
|
||||
|
||||
//! List containing entry for CApplicationInfo::Application ?
|
||||
bool containsApplication(CApplicationInfo::Application application) const;
|
||||
|
||||
//! Remove given application
|
||||
int removeApplication(CApplicationInfo::Application application);
|
||||
|
||||
//! Running application names
|
||||
QStringList runningProcessNames() const;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user