summaryrefslogtreecommitdiff
path: root/src/designer/src/components/propertyeditor/paletteeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/propertyeditor/paletteeditor.h')
-rw-r--r--src/designer/src/components/propertyeditor/paletteeditor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/designer/src/components/propertyeditor/paletteeditor.h b/src/designer/src/components/propertyeditor/paletteeditor.h
index 77785bc69..5f3d28ee8 100644
--- a/src/designer/src/components/propertyeditor/paletteeditor.h
+++ b/src/designer/src/components/propertyeditor/paletteeditor.h
@@ -120,7 +120,7 @@ private:
QPalette m_palette;
QPalette m_parentPalette;
QMap<QPalette::ColorRole, QString> m_roleNames;
- bool m_compute;
+ bool m_compute = true;
};
class BrushEditor : public QWidget
@@ -138,7 +138,7 @@ private slots:
void brushChanged();
private:
QtColorButton *m_button;
- bool m_changed;
+ bool m_changed = false;
QDesignerFormEditorInterface *m_core;
};
@@ -157,7 +157,7 @@ private slots:
void emitResetProperty();
private:
QLabel *m_label;
- bool m_edited;
+ bool m_edited = false;
};
class ColorDelegate : public QItemDelegate