mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #452 Fixed clang error.
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
CPixmap::CPixmap() = default;
|
||||
|
||||
CPixmap::CPixmap(const QPixmap &pixmap) : m_pixmap(pixmap), m_hasCachedPixmap(true)
|
||||
{
|
||||
this->fillByteArray();
|
||||
|
||||
Reference in New Issue
Block a user