OSDN Git Service

there are no setters related to QPaintEngine
authorsecuritybypass <btls10btls10@gmail.com>
Sun, 3 Jul 2022 23:46:34 +0000 (02:46 +0300)
committersecuritybypass <btls10btls10@gmail.com>
Sun, 3 Jul 2022 23:46:34 +0000 (02:46 +0300)
Signed-off-by: securitybypass <btls10btls10@gmail.com>
src/gui/painting/qpaintengine.cpp
src/gui/painting/qpaintengine.h

index 74d173b..075e4d0 100644 (file)
@@ -295,11 +295,7 @@ void QPaintEngine::drawPolygon(const QPoint *points, int pointCount, PolygonDraw
 
     \value X11
     \value PostScript
-    \value SVG Scalable Vector Graphics XML format
     \value Raster
-    \value Pdf Portable Document Format
-    \value User First user type ID
-    \value MaxUser Last user type ID
 */
 
 /*!
index 431a99f..a07a56c 100644 (file)
@@ -149,10 +149,7 @@ public:
     enum Type {
         X11,
         PostScript,
-        Raster,
-
-        User = 50,    // first user type id
-        MaxUser = 100 // last user type id
+        Raster
     };
     virtual Type type() const = 0;