summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/MythVantage-app/mythinstall/questionnotice.h
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-12-20 16:46:31 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-12-20 16:46:31 (GMT)
commitefee56822326dbb2e0cf40a8316212223b909229 (patch)
tree59ef37adeb37fd67f1dcb3deaf91bd6fe02209a5 /abs/core/mythinstall/MythVantage-app/mythinstall/questionnotice.h
parentf0aab56ffb3976db3189ad94aea7c3c7fe341906 (diff)
downloadlinhes_pkgbuild-efee56822326dbb2e0cf40a8316212223b909229.zip
linhes_pkgbuild-efee56822326dbb2e0cf40a8316212223b909229.tar.gz
linhes_pkgbuild-efee56822326dbb2e0cf40a8316212223b909229.tar.bz2
mythinstall: port mythtv-setup screen and reboot screen to MythUI.
add check for more system call failures use the BusyPopup for configure
Diffstat (limited to 'abs/core/mythinstall/MythVantage-app/mythinstall/questionnotice.h')
-rwxr-xr-xabs/core/mythinstall/MythVantage-app/mythinstall/questionnotice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/questionnotice.h b/abs/core/mythinstall/MythVantage-app/mythinstall/questionnotice.h
index a2c2c79..f2d05c1 100755
--- a/abs/core/mythinstall/MythVantage-app/mythinstall/questionnotice.h
+++ b/abs/core/mythinstall/MythVantage-app/mythinstall/questionnotice.h
@@ -19,7 +19,8 @@ public:
QuestionNoticeDialog(MythScreenStack *parent, const char *name);
~QuestionNoticeDialog();
- bool Create(QString questionORnotice, QString title, QString displayText);
+ bool Create(QString questionORnotice, QString title, QString displayText,
+ QString yesButtonText, QString noButtonText);
protected slots:
void yesButton(void);