mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
properly initialize QPaintDevice member
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f8bcfb6114
commit
c4b418b7de
1 changed files with 1 additions and 1 deletions
|
@ -72,8 +72,8 @@ const Q_GUI_EXPORT QX11Info *qt_x11Info(const QPaintDevice *pd)
|
|||
}
|
||||
|
||||
QPaintDevice::QPaintDevice()
|
||||
: painters(0)
|
||||
{
|
||||
painters = 0;
|
||||
}
|
||||
|
||||
QPaintDevice::~QPaintDevice()
|
||||
|
|
Loading…
Add table
Reference in a new issue