Changed: Hide help button

This commit is contained in:
kervala 2016-05-14 18:47:45 +02:00
parent b820ea43c1
commit 0e6b7ffde7

View file

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