summaryrefslogtreecommitdiffstats
path: root/qtools/qcstring.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-07-19 10:12:39 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-07-19 10:12:39 (GMT)
commitb31266c1076c6284116f17241d9e8aa048f88e60 (patch)
tree3504af4c401a616449931bdbd820a7ab5eb98931 /qtools/qcstring.h
parent4116648d3c62aee54c385644a4fe754ee7a4261d (diff)
downloadDoxygen-b31266c1076c6284116f17241d9e8aa048f88e60.zip
Doxygen-b31266c1076c6284116f17241d9e8aa048f88e60.tar.gz
Doxygen-b31266c1076c6284116f17241d9e8aa048f88e60.tar.bz2
Bug 751984 - PATCH: Honour SOURCE_DATE_EPOCH environment variable for reproducible output
Diffstat (limited to 'qtools/qcstring.h')
-rw-r--r--qtools/qcstring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtools/qcstring.h b/qtools/qcstring.h
index d8ce074..4f15b18 100644
--- a/qtools/qcstring.h
+++ b/qtools/qcstring.h
@@ -288,6 +288,7 @@ public:
uint toUInt( bool *ok=0 ) const;
long toLong( bool *ok=0 ) const;
ulong toULong( bool *ok=0 ) const;
+ uint64 toUInt64( bool *ok=0 ) const;
QCString &setNum(short n);
QCString &setNum(ushort n);
QCString &setNum(int n);