aboutsummaryrefslogtreecommitdiff
path: root/gui/updates-dialog.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-03-30 19:02:23 +0200
committerEugene Sandulenko2016-03-30 19:02:23 +0200
commitbd249ee32489140d4556e9107adfaaa695a84f4a (patch)
tree8686435d7ce86964195abbacdd664c47b209525d /gui/updates-dialog.h
parent35a44edca18cdec6c2dd484715a72d469cd0f1c3 (diff)
downloadscummvm-rg350-bd249ee32489140d4556e9107adfaaa695a84f4a.tar.gz
scummvm-rg350-bd249ee32489140d4556e9107adfaaa695a84f4a.tar.bz2
scummvm-rg350-bd249ee32489140d4556e9107adfaaa695a84f4a.zip
UPDATES: Made dialog functional
Diffstat (limited to 'gui/updates-dialog.h')
-rw-r--r--gui/updates-dialog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/updates-dialog.h b/gui/updates-dialog.h
index 8f89a8fcaf..b0626dfd5f 100644
--- a/gui/updates-dialog.h
+++ b/gui/updates-dialog.h
@@ -28,6 +28,7 @@
namespace GUI {
class CommandSender;
+class ButtonWidget;
class PopUpWidget;
class StaticTextWidget;
@@ -44,6 +45,10 @@ public:
private:
StaticTextWidget *_updatesPopUpDesc;
PopUpWidget *_updatesPopUp;
+ ButtonWidget *_yesButton;
+ ButtonWidget *_noButton;
+
+ int _state;
};
} // End of namespace GUI