refs #146, changed CStatusMessage so type can be set for getInfoMessage

This commit is contained in:
Klaus Basan
2014-02-25 00:43:54 +01:00
parent 6a24626c79
commit 92c0a23749
3 changed files with 5 additions and 5 deletions

View File

@@ -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);