mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
refs #289, settings for simulator
This commit is contained in:
@@ -63,6 +63,12 @@ namespace BlackMisc
|
||||
//! Wrong path messages
|
||||
static BlackMisc::CStatusMessageList wrongPathMessages(const QString &path = "");
|
||||
|
||||
//! Wrong command message
|
||||
static BlackMisc::CStatusMessage wrongCommandMessage(const QString &command);
|
||||
|
||||
//! Wrong command messages
|
||||
static BlackMisc::CStatusMessageList wrongCommandMessages(const QString &command);
|
||||
|
||||
//! Value not changed message
|
||||
static BlackMisc::CStatusMessage valueNotChangedMessage(const QString &valueName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user