mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
Qt: use setAttribute(AA_DisableWindowContextHelpButton) instead of flags
probably needs Qt 5.10.1 to work propery
This commit is contained in:
parent
ae7e275a9d
commit
cf1c45dfe8
21 changed files with 2 additions and 25 deletions
|
@ -15,7 +15,7 @@ welcome_dialog::welcome_dialog(QWidget* parent) : QDialog(parent), ui(new Ui::we
|
|||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
setWindowFlags(windowFlags() & Qt::WindowTitleHint & ~Qt::WindowContextHelpButtonHint);
|
||||
setWindowFlags(windowFlags() & Qt::WindowTitleHint);
|
||||
|
||||
gui_settings* settings = new gui_settings(this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue