From 8e8a0d4ffa90458801b8b063c8f4aeece3220c0e Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 14 May 2016 18:47:45 +0200 Subject: [PATCH] Changed: Hide help button --HG-- branch : feature-ryzom-installer --- code/ryzom/tools/client/ryzom_installer/src/wizarddialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/ryzom/tools/client/ryzom_installer/src/wizarddialog.cpp b/code/ryzom/tools/client/ryzom_installer/src/wizarddialog.cpp index 1cb13c58a..0444487cd 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/wizarddialog.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/wizarddialog.cpp @@ -44,6 +44,8 @@ QString qBytesToHumanReadable(qint64 bytes) CWizardDialog::CWizardDialog():QDialog() { + setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); + setupUi(this); currentDirectoryRadioButton->setVisible(false);