mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #345 Style and doxygen.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace BlackMisc
|
||||
};
|
||||
|
||||
//! Constructor
|
||||
CStatusMessage();
|
||||
CStatusMessage() = default;
|
||||
|
||||
//! Constructor
|
||||
CStatusMessage(const QString &message);
|
||||
@@ -130,9 +130,9 @@ namespace BlackMisc
|
||||
private:
|
||||
BLACK_ENABLE_TUPLE_CONVERSION(CStatusMessage)
|
||||
CLogCategoryList m_categories;
|
||||
StatusSeverity m_severity;
|
||||
StatusSeverity m_severity = SeverityDebug;
|
||||
QString m_message;
|
||||
QDateTime m_timestamp;
|
||||
QDateTime m_timestamp = QDateTime::currentDateTimeUtc();
|
||||
bool m_redundant = false;
|
||||
mutable QVector<quintptr> m_handledByObjects;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user