Changed: Hide help button

--HG--
branch : feature-ryzom-installer
feature/pipeline-tools
kervala 9 years ago
parent 01e284af12
commit 8e8a0d4ffa

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

Loading…
Cancel
Save