mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #937 Resolved clazy warnings: rule of three.
This commit is contained in:
@@ -43,6 +43,9 @@ namespace BlackMisc
|
||||
//! Copy assignment (because of mutex)
|
||||
CPixmap &operator =(const CPixmap &other);
|
||||
|
||||
//! Destructor.
|
||||
~CPixmap() = default;
|
||||
|
||||
//! Corresponding pixmap
|
||||
const QPixmap &pixmap() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user