mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
replace construct with enum in null QBrush initializer
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a5dba093a4
commit
30fccd771c
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ public:
|
|||
Q_GLOBAL_STATIC_WITH_INITIALIZER(QBrushData, nullBrushInstance,
|
||||
{
|
||||
x->ref = 1;
|
||||
x->style = Qt::BrushStyle(0);
|
||||
x->style = Qt::NoBrush;
|
||||
x->color = Qt::black;
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue