mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
Remove C++11 features
This commit is contained in:
parent
cd75c5618c
commit
7281e8b888
@ -34,7 +34,7 @@ namespace CSMPrefs
|
|||||||
widget->installEventFilter(this);
|
widget->installEventFilter(this);
|
||||||
|
|
||||||
// right clicking on button sets shortcut to RMB, so context menu should not appear
|
// 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;
|
mButton = widget;
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ namespace CSMPrefs
|
|||||||
widget->installEventFilter(this);
|
widget->installEventFilter(this);
|
||||||
|
|
||||||
// right clicking on button sets shortcut to RMB, so context menu should not appear
|
// 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;
|
mButton = widget;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user