mirror of
https://github.com/riuson/lcd-image-converter.git
synced 2026-03-12 11:07:04 +01:00
Uninitialized field #32775
This commit is contained in:
@@ -44,6 +44,7 @@ ToolFill::ToolFill(IImageEditorParams *parameters, QObject *parent) : QObject(pa
|
||||
this->mWidgets = new QList<QWidget *>();
|
||||
|
||||
this->mSize = 1;
|
||||
this->mFlagChanged = false;
|
||||
|
||||
this->loadSettings();
|
||||
this->initializeWidgets();
|
||||
|
||||
Reference in New Issue
Block a user