refs #937 Resolved clazy warnings: rule of three.

This commit is contained in:
Mathew Sutcliffe
2017-04-15 01:28:23 +01:00
parent 3ea9e33e6b
commit b20ebd6dfd
15 changed files with 60 additions and 13 deletions

View File

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