mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-19 03:39:58 +00:00
static_cast bitwise operation between different enumeration types
This commit is contained in:
parent
6601274992
commit
32fd6f297a
@ -11,7 +11,7 @@ CSVWidget::ColorPickerPopup::ColorPickerPopup(QWidget *parent)
|
|||||||
: QFrame(parent)
|
: QFrame(parent)
|
||||||
{
|
{
|
||||||
setWindowFlags(Qt::Popup);
|
setWindowFlags(Qt::Popup);
|
||||||
setFrameStyle(QFrame::Box | QFrame::Plain);
|
setFrameStyle(QFrame::Box | static_cast<int>(QFrame::Plain));
|
||||||
hide();
|
hide();
|
||||||
|
|
||||||
mColorPicker = new QColorDialog(this);
|
mColorPicker = new QColorDialog(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user