mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00: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
|
|
@ -260,7 +260,6 @@ void gui_settings::ShowInfoBox(const gui_save& entry, const QString& title, cons
|
|||
{
|
||||
QCheckBox* cb = new QCheckBox(tr("Don't show again"));
|
||||
QMessageBox* mb = new QMessageBox(QMessageBox::Information, title, text, QMessageBox::Ok, parent);
|
||||
mb->setWindowFlags(mb->windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
mb->setCheckBox(cb);
|
||||
mb->deleteLater();
|
||||
mb->exec();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue