summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qresource.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2016-11-18 16:54:09 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2016-11-22 04:57:02 +0000
commitd20773824529d191e7b483b505107dce6c1b1c3d (patch)
tree3a71cbcef337eb9efb709d178af2eee1123e493b /src/corelib/io/qresource.h
parent32b99a38c563e4037362a25b2a749e2261bf16da (diff)
Fix missing last modification time stamp in qrc content
The time stamp is added at the end of the node information and consequently this also bumps the version. Task-number: QTBUG-57182 Change-Id: Ia10e006f28c0b168b2bcd74ed8b7098f84d10af3 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/corelib/io/qresource.h')
-rw-r--r--src/corelib/io/qresource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/io/qresource.h b/src/corelib/io/qresource.h
index a50bbbdaca..895cf0456e 100644
--- a/src/corelib/io/qresource.h
+++ b/src/corelib/io/qresource.h
@@ -69,6 +69,7 @@ public:
bool isCompressed() const;
qint64 size() const;
const uchar *data() const;
+ QDateTime lastModified() const;
static void addSearchPath(const QString &path);
static QStringList searchPaths();