mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +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
|
|
@ -16,8 +16,6 @@ constexpr auto qstr = QString::fromStdString;
|
|||
save_data_list_dialog::save_data_list_dialog(const std::vector<SaveDataEntry>& entries, s32 focusedEntry, u32 op, vm::ptr<CellSaveDataListSet> listSet, QWidget* parent)
|
||||
: QDialog(parent), m_save_entries(entries), m_entry(selection_code::new_save), m_entry_label(nullptr)
|
||||
{
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
if (op >= 8)
|
||||
{
|
||||
setWindowTitle(tr("Save Data Interface (Delete)"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue