mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 16:30:10 +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; }
|
||||
|
||||
protected:
|
||||
QPixmap* _securityImage;
|
||||
QPixmap* _securityImage { nullptr };
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue