summaryrefslogtreecommitdiff
path: root/src/updatedialog.h
diff options
context:
space:
mode:
authorChris Bessent <lost.dragonist@gmail.com>2021-02-11 18:39:06 -0700
committerChris Bessent <lost.dragonist@gmail.com>2021-02-11 18:39:06 -0700
commitf486e6fa4e5893c4f437147e5a031e64b48035e7 (patch)
treeae73bdc491b41c8dace7bbfaaf6f9272d611340a /src/updatedialog.h
parent9e5a64b54550f1c0ad8d1b91510209f6e3196b17 (diff)
Updates to text, title and buttons
Diffstat (limited to 'src/updatedialog.h')
-rw-r--r--src/updatedialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/updatedialog.h b/src/updatedialog.h
index dbcf28a7..1dd5e0b1 100644
--- a/src/updatedialog.h
+++ b/src/updatedialog.h
@@ -13,10 +13,11 @@ class UpdateDialog : public QDialog
Q_OBJECT;
public:
- UpdateDialog(QWidget* parent, const QString& title);
+ UpdateDialog(QWidget* parent);
~UpdateDialog();
void setChangeLogs(const QString& text);
+ void setVersions(const QString& oldVersion, const QString& newVersion);
private:
std::unique_ptr<Ui::UpdateDialog> ui;