mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:58:59 +02:00
initialize ptr!
This commit is contained in:
parent
698644c3b4
commit
a299aa7e24
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public:
|
||||||
void setSecurityImage(QPixmap* pixmap) { _securityImage = pixmap; }
|
void setSecurityImage(QPixmap* pixmap) { _securityImage = pixmap; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
QPixmap* _securityImage;
|
QPixmap* _securityImage { nullptr };
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue