OSDN Git Service

various cleanups
authorIvailo Monev <xakepa10@laimg.moc>
Sun, 7 Aug 2016 00:53:09 +0000 (00:53 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Sun, 7 Aug 2016 00:53:09 +0000 (00:53 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/core/thread/qmutex.h
src/gui/painting/qpaintengineex.cpp
src/gui/painting/qpainter.h
src/gui/painting/qpainter_p.h

index 5e5e4a8..dcfaa8f 100644 (file)
@@ -42,7 +42,6 @@
 #ifndef QMUTEX_H
 #define QMUTEX_H
 
-#include <QtCore/qglobal.h>
 #include <QtCore/qatomic.h>
 #include <new>
 
@@ -53,7 +52,6 @@ QT_BEGIN_NAMESPACE
 
 #ifndef QT_NO_THREAD
 
-class QAtomicInt;
 class QMutexData;
 
 class Q_CORE_EXPORT QMutex
index 5b5bb18..d1eda6d 100644 (file)
@@ -382,8 +382,6 @@ QPainterState *QPaintEngineEx::createState(QPainterState *orig) const
     return new QPainterState(orig);
 }
 
-Q_GUI_EXPORT extern bool qt_scaleForTransform(const QTransform &transform, qreal *scale); // qtransform.cpp
-
 void QPaintEngineEx::stroke(const QVectorPath &path, const QPen &pen)
 {
 #ifdef QT_DEBUG_DRAW
index 04fa3bc..e72d973 100644 (file)
@@ -80,8 +80,6 @@ class QTransform;
 class QStaticText;
 class QGlyphRun;
 
-class QPainterPrivateDeleter;
-
 class Q_GUI_EXPORT QPainter
 {
     Q_DECLARE_PRIVATE(QPainter)
index 3654cf1..6bf8c7b 100644 (file)
@@ -68,7 +68,6 @@
 QT_BEGIN_NAMESPACE
 
 class QPaintEngine;
-class QEmulationPaintEngine;
 class QPaintEngineEx;
 struct QFixedPoint;