QStylePainter belongs in QtWidgets
authorLars Knoll <lars.knoll@nokia.com>
Wed, 4 May 2011 12:48:03 +0000 (14:48 +0200)
committerLars Knoll <lars.knoll@nokia.com>
Wed, 4 May 2011 12:55:11 +0000 (14:55 +0200)
Move it into the styles/ directory that will end up
in the QtWidgets library

src/gui/painting/painting.pri
src/gui/styles/qstylepainter.cpp [moved from src/gui/painting/qstylepainter.cpp with 100% similarity]
src/gui/styles/qstylepainter.h [moved from src/gui/painting/qstylepainter.h with 100% similarity]
src/gui/styles/styles.pri

index c311739..4683238 100644 (file)
@@ -35,7 +35,6 @@ HEADERS += \
         painting/qrasterizer_p.h \
         painting/qregion.h \
         painting/qstroker_p.h \
-        painting/qstylepainter.h \
         painting/qtessellator_p.h \
         painting/qtextureglyphcache_p.h \
         painting/qtransform.h \
@@ -72,7 +71,6 @@ SOURCES += \
         painting/qrasterizer.cpp \
         painting/qregion.cpp \
         painting/qstroker.cpp \
-        painting/qstylepainter.cpp \
         painting/qtessellator.cpp \
         painting/qtextureglyphcache.cpp \
         painting/qtransform.cpp \
index 35347c2..07ba608 100644 (file)
@@ -10,7 +10,8 @@ HEADERS += \
        styles/qstylehelper_p.h \
        styles/qproxystyle.h \
        styles/qproxystyle_p.h \
-       styles/qstylesheetstyle_p.h
+        styles/qstylepainter.h \
+        styles/qstylesheetstyle_p.h
 
 SOURCES += \
        styles/qstyle.cpp \
@@ -20,6 +21,7 @@ SOURCES += \
        styles/qstylehelper.cpp \
        styles/qcommonstyle.cpp \
        styles/qproxystyle.cpp \
+        styles/qstylepainter.cpp \
         styles/qstylesheetstyle.cpp \
         styles/qstylesheetstyle_default.cpp