diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2013-10-25 21:14:24 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-29 13:43:56 +0100 |
commit | 2af7e73f7e0335d28bb3de7c985a7305aba36a5e (patch) | |
tree | e9778eb6b710324f3f224ce7ee362dd1105b1670 /src/svg/qsvggraphics_p.h | |
parent | 6a4cc0bc6378866ec19e0dfb37e22c203b7b7154 (diff) | |
download | qtsvg-2af7e73f7e0335d28bb3de7c985a7305aba36a5e.tar.gz |
remove pointless #ifndef QT_NO_SVG
the way to disable the feature is to not compile the module.
Change-Id: I96f18d037243f7d6e3b3cb2c23922cc4c05c30a8
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/svg/qsvggraphics_p.h')
-rw-r--r-- | src/svg/qsvggraphics_p.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/svg/qsvggraphics_p.h b/src/svg/qsvggraphics_p.h index b881a4d..ed5e4cb 100644 --- a/src/svg/qsvggraphics_p.h +++ b/src/svg/qsvggraphics_p.h @@ -55,8 +55,6 @@ #include "qsvgnode_p.h" -#ifndef QT_NO_SVG - #include "QtGui/qpainterpath.h" #include "QtGui/qimage.h" #include "QtGui/qtextlayout.h" @@ -258,5 +256,4 @@ public: QT_END_NAMESPACE -#endif // QT_NO_SVG #endif // QSVGGRAPHICS_P_H |