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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/designer/src/components/propertyeditor/paletteeditor.h b/src/designer/src/components/propertyeditor/paletteeditor.h
index 2eae4c3fd..5fadf5f85 100644
--- a/src/designer/src/components/propertyeditor/paletteeditor.h
+++ b/src/designer/src/components/propertyeditor/paletteeditor.h
@@ -96,6 +96,9 @@ public:
QPalette::ColorRole colorRole() const { return QPalette::NoRole; }
void setCompute(bool on) { m_compute = on; }
+
+ quint64 rowMask(const QModelIndex &index) const;
+
signals:
void paletteChanged(const QPalette &palette);
private: