Qt: Remove "What's this" button

This commit is contained in:
spycrab
2018-05-05 02:29:16 +02:00
parent 91a447394b
commit 69d6c0dccb
11 changed files with 17 additions and 0 deletions

View File

@ -24,6 +24,7 @@ NetPlaySetupDialog::NetPlaySetupDialog(QWidget* parent)
: QDialog(parent), m_game_list_model(Settings::Instance().GetGameListModel())
{
setWindowTitle(tr("Dolphin NetPlay Setup"));
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
CreateMainLayout();