Changed: Hide help button

--HG--
branch : feature-ryzom-installer
This commit is contained in:
kervala 2016-05-14 18:47:45 +02:00
parent 01e284af12
commit 8e8a0d4ffa

View file

@ -44,6 +44,8 @@ QString qBytesToHumanReadable(qint64 bytes)
CWizardDialog::CWizardDialog():QDialog()
{
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
setupUi(this);
currentDirectoryRadioButton->setVisible(false);