summaryrefslogtreecommitdiff
path: root/src/svg/qsvghandler.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-25 21:14:24 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-29 13:43:56 +0100
commit2af7e73f7e0335d28bb3de7c985a7305aba36a5e (patch)
treee9778eb6b710324f3f224ce7ee362dd1105b1670 /src/svg/qsvghandler.cpp
parent6a4cc0bc6378866ec19e0dfb37e22c203b7b7154 (diff)
downloadqtsvg-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/qsvghandler.cpp')
-rw-r--r--src/svg/qsvghandler.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/svg/qsvghandler.cpp b/src/svg/qsvghandler.cpp
index 63bdd24..614290b 100644
--- a/src/svg/qsvghandler.cpp
+++ b/src/svg/qsvghandler.cpp
@@ -43,8 +43,6 @@
#include "qsvghandler_p.h"
-#ifndef QT_NO_SVG
-
#include "qsvgtinydocument_p.h"
#include "qsvgstructure_p.h"
#include "qsvggraphics_p.h"
@@ -3956,5 +3954,3 @@ QSvgHandler::~QSvgHandler()
}
QT_END_NAMESPACE
-
-#endif // QT_NO_SVG