mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #562, allow to validate models
* GUI part * allow to merge a list of messages into one * validation function
This commit is contained in:
@@ -103,6 +103,12 @@ namespace BlackMisc
|
||||
//! Message
|
||||
QString getMessage() const { return this->m_message; }
|
||||
|
||||
//! Prepend message
|
||||
void prependMessage(const QString &msg);
|
||||
|
||||
//! Append message
|
||||
void appendMessage(const QString &msg);
|
||||
|
||||
//! Message empty
|
||||
bool isEmpty() const { return this->m_message.isEmpty(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user