mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-28 07:15:41 -04:00
Qt: Remove ? button in title bar
This commit is contained in:
parent
701491156a
commit
a5083f0ee4
@ -37,6 +37,8 @@ SettingsDialog::SettingsDialog(QtHostInterface* host_interface, QWidget* parent
|
||||
{
|
||||
m_ui.setupUi(this);
|
||||
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
m_general_settings = new GeneralSettingsWidget(host_interface, m_ui.settingsContainer, this);
|
||||
m_console_settings = new ConsoleSettingsWidget(host_interface, m_ui.settingsContainer);
|
||||
m_game_list_settings = new GameListSettingsWidget(host_interface, m_ui.settingsContainer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user