1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-18 13:12:50 +00:00

Remove C++11 features

This commit is contained in:
PlutonicOverkill 2017-05-12 12:48:25 +12:00
parent cd75c5618c
commit 7281e8b888
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ namespace CSMPrefs
widget->installEventFilter(this);
// right clicking on button sets shortcut to RMB, so context menu should not appear
widget->setContextMenuPolicy(Qt::ContextMenuPolicy::PreventContextMenu);
widget->setContextMenuPolicy(Qt::PreventContextMenu);
mButton = widget;

View File

@ -42,7 +42,7 @@ namespace CSMPrefs
widget->installEventFilter(this);
// right clicking on button sets shortcut to RMB, so context menu should not appear
widget->setContextMenuPolicy(Qt::ContextMenuPolicy::PreventContextMenu);
widget->setContextMenuPolicy(Qt::PreventContextMenu);
mButton = widget;