summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformdialoghelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qplatformdialoghelper.h')
-rw-r--r--src/gui/kernel/qplatformdialoghelper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/kernel/qplatformdialoghelper.h b/src/gui/kernel/qplatformdialoghelper.h
index 83857ba82e..2d3138270f 100644
--- a/src/gui/kernel/qplatformdialoghelper.h
+++ b/src/gui/kernel/qplatformdialoghelper.h
@@ -416,6 +416,9 @@ public:
void setIcon(Icon icon);
Icon icon() const;
+ void setIconPixmap(const QPixmap &pixmap);
+ QPixmap iconPixmap() const;
+
void setText(const QString &text);
QString text() const;