mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Hide help button
--HG-- branch : feature-ryzom-installer
This commit is contained in:
parent
01e284af12
commit
8e8a0d4ffa
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ QString qBytesToHumanReadable(qint64 bytes)
|
|||
|
||||
CWizardDialog::CWizardDialog():QDialog()
|
||||
{
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
setupUi(this);
|
||||
|
||||
currentDirectoryRadioButton->setVisible(false);
|
||||
|
|
Loading…
Reference in a new issue