initialize ptr!

This commit is contained in:
David Kelly 2017-08-24 11:37:44 -07:00
parent 698644c3b4
commit a299aa7e24

View file

@ -25,7 +25,7 @@ public:
void setSecurityImage(QPixmap* pixmap) { _securityImage = pixmap; }
protected:
QPixmap* _securityImage;
QPixmap* _securityImage { nullptr };
};