Changed: Remove Help icon in window title bar

This commit is contained in:
kervala 2016-05-16 14:50:15 +02:00
parent 6d66785b2e
commit 145bfbc426

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