mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #937 Resolved clazy warnings: rule of three.
This commit is contained in:
@@ -175,6 +175,9 @@ namespace BlackMisc
|
||||
//! Copy assignment (because of mutex)
|
||||
CStatusMessage &operator =(const CStatusMessage &other);
|
||||
|
||||
//! Destructor.
|
||||
~CStatusMessage() = default;
|
||||
|
||||
//! Constructor
|
||||
CStatusMessage(const QString &message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user