mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +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
|
|
@ -18,7 +18,6 @@ rsx_debugger::rsx_debugger(QWidget* parent)
|
|||
{
|
||||
setWindowTitle(tr("RSX Debugger"));
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
//Fonts and Colors
|
||||
QFont mono = QFontDatabase::systemFont(QFontDatabase::FixedFont);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue