summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/data/qdecimal_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-10-13 11:10:04 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-10-21 09:12:10 +0000
commit944129e3022a28a5cb969c6adaf01378b4555375 (patch)
tree3a31ce94c3b26bb46341801d9b7a989a69139185 /src/xmlpatterns/data/qdecimal_p.h
parentd570274da3ba262d85cf9a32de34678c85c1af9e (diff)
downloadqtxmlpatterns-944129e3022a28a5cb969c6adaf01378b4555375.tar.gz
Use simpler version of qdtoa()
This allows us to remove the original qdtoa() as qtxmlpatterns is the last client outside qtbase. Change-Id: Ic447898818c7cd1b117f0df87cc83f7b60a5d9c7 Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
Diffstat (limited to 'src/xmlpatterns/data/qdecimal_p.h')
-rw-r--r--src/xmlpatterns/data/qdecimal_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xmlpatterns/data/qdecimal_p.h b/src/xmlpatterns/data/qdecimal_p.h
index 93df8a9..bfaeea2 100644
--- a/src/xmlpatterns/data/qdecimal_p.h
+++ b/src/xmlpatterns/data/qdecimal_p.h
@@ -48,11 +48,6 @@
QT_BEGIN_NAMESPACE
-/**
- * Defined in QtCore's qlocale.cpp.
- */
-Q_CORE_EXPORT char *qdtoa(double d, int mode, int ndigits, int *decpt, int *sign, char **rve, char **resultp);
-
namespace QPatternist
{