diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-07-14 00:57:54 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-07-14 00:57:54 +0200 |
commit | 3821569363bdc13c59704c2f37c5de9fee5a21e2 (patch) | |
tree | c30fd938bf3f7076084916a1a0980115341445d6 /gui/dialogs/UpdateDialog.h | |
parent | d8d6f5929b1a0104b31d381a45799849c6d82636 (diff) | |
download | MultiMC-3821569363bdc13c59704c2f37c5de9fee5a21e2.tar MultiMC-3821569363bdc13c59704c2f37c5de9fee5a21e2.tar.gz MultiMC-3821569363bdc13c59704c2f37c5de9fee5a21e2.tar.lz MultiMC-3821569363bdc13c59704c2f37c5de9fee5a21e2.tar.xz MultiMC-3821569363bdc13c59704c2f37c5de9fee5a21e2.zip |
Show changelog even when there are no new updates available.
Diffstat (limited to 'gui/dialogs/UpdateDialog.h')
-rw-r--r-- | gui/dialogs/UpdateDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/dialogs/UpdateDialog.h b/gui/dialogs/UpdateDialog.h index 970ef42a..b0a4f143 100644 --- a/gui/dialogs/UpdateDialog.h +++ b/gui/dialogs/UpdateDialog.h @@ -36,7 +36,7 @@ class UpdateDialog : public QDialog Q_OBJECT public: - explicit UpdateDialog(QWidget *parent = 0); + explicit UpdateDialog(bool hasUpdate = true, QWidget *parent = 0); ~UpdateDialog(); private: |