mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:07:04 +08:00
refs #146, changed CStatusMessage so type can be set for getInfoMessage
This commit is contained in:
@@ -121,8 +121,8 @@ namespace BlackMisc
|
||||
//! \brief Validation error
|
||||
static CStatusMessage getValidationError(const QString &message);
|
||||
|
||||
//! \brief Unspecific info message
|
||||
static CStatusMessage getInfoMessage(const QString &message);
|
||||
//! \brief (Unspecific) Info message
|
||||
static CStatusMessage getInfoMessage(const QString &message, StatusType type = CStatusMessage::TypeUnspecific);
|
||||
|
||||
//! \brief representing icon
|
||||
static const QPixmap &convertToIcon(const CStatusMessage &statusMessage);
|
||||
|
||||
Reference in New Issue
Block a user