summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpcollectionhandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/help/qhelpcollectionhandler_p.h')
-rw-r--r--src/assistant/help/qhelpcollectionhandler_p.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/assistant/help/qhelpcollectionhandler_p.h b/src/assistant/help/qhelpcollectionhandler_p.h
index c2e89b60f..b6c48848f 100644
--- a/src/assistant/help/qhelpcollectionhandler_p.h
+++ b/src/assistant/help/qhelpcollectionhandler_p.h
@@ -26,6 +26,10 @@
#include "qhelpdbreader_p.h"
#include "qhelplink.h"
+#include <QtCore/qdatetime.h>
+#include <QtCore/qobject.h>
+#include <QtCore/qstringlist.h>
+
QT_BEGIN_NAMESPACE
class QVersionNumber;
@@ -50,7 +54,7 @@ public:
int folderId = -1;
QString fileName;
int size = 0;
- QString timeStamp;
+ QDateTime timeStamp;
};
struct ContentsData