Changed: Remove Help icon in window title bar

--HG--
branch : develop
This commit is contained in:
kervala 2016-05-16 14:50:15 +02:00
parent 0b2928d349
commit 32cb08ad72

View file

@ -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