mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
minor cleanups
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
db4718eeb0
commit
8c8cfc8f83
3 changed files with 2 additions and 5 deletions
|
@ -336,7 +336,6 @@ set(GUI_PUBLIC_HEADERS
|
|||
QWidgetSet
|
||||
QWindowsStyle
|
||||
QWindowStateChangeEvent
|
||||
QWindowSystemInterface
|
||||
QWizard
|
||||
QWizardPage
|
||||
QWorkspace
|
||||
|
|
|
@ -183,13 +183,11 @@ public:
|
|||
|
||||
enum Type {
|
||||
X11,
|
||||
QWindowSystem,
|
||||
PostScript,
|
||||
OpenGL,
|
||||
Picture,
|
||||
SVG,
|
||||
Raster,
|
||||
Direct3D,
|
||||
Pdf,
|
||||
OpenGL2,
|
||||
PaintBuffer,
|
||||
|
|
|
@ -67,8 +67,8 @@ class QPaintEnginePrivate
|
|||
{
|
||||
Q_DECLARE_PUBLIC(QPaintEngine)
|
||||
public:
|
||||
QPaintEnginePrivate() : pdev(0), q_ptr(0), currentClipWidget(0), hasSystemTransform(0),
|
||||
hasSystemViewport(0) {}
|
||||
QPaintEnginePrivate() : pdev(Q_NULLPTR), q_ptr(Q_NULLPTR), currentClipWidget(Q_NULLPTR),
|
||||
hasSystemTransform(0), hasSystemViewport(0) {}
|
||||
virtual ~QPaintEnginePrivate() { }
|
||||
QPaintDevice *pdev;
|
||||
QPaintEngine *q_ptr;
|
||||
|
|
Loading…
Add table
Reference in a new issue