aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/simple_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/simple_dialog.h')
-rw-r--r--ui/qt/simple_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/simple_dialog.h b/ui/qt/simple_dialog.h
index 95c85189e3..7211e6153f 100644
--- a/ui/qt/simple_dialog.h
+++ b/ui/qt/simple_dialog.h
@@ -38,6 +38,7 @@ public:
void setDetailedText(QString text) { detailed_text_ = text; }
void setCheckBox(QCheckBox *cb) { check_box_ = cb; }
int exec();
+ void show();
private:
const MessagePair splitMessage(QString &message) const;