Changed: Hide help button

This commit is contained in:
kervala 2016-05-14 18:47:45 +02:00
parent 8a726b62da
commit 17bec77777

View file

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