From 145bfbc426fd6718cbdd1ffe53d53be79195afbf Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 16 May 2016 14:50:15 +0200 Subject: [PATCH] Changed: Remove Help icon in window title bar --- code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp index 7281daf88..f9b2b6f7c 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp @@ -42,6 +42,8 @@ COperationDialog::COperationDialog():QDialog(), m_aborting(false) { setupUi(this); + setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); + #if defined(Q_OS_WIN32) && defined(QT_WINEXTRAS_LIB) m_button = new QWinTaskbarButton(this); #endif