summaryrefslogtreecommitdiff
path: root/src/controls/Private/qquickcalendarmodel_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Private/qquickcalendarmodel_p.h')
-rw-r--r--src/controls/Private/qquickcalendarmodel_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Private/qquickcalendarmodel_p.h b/src/controls/Private/qquickcalendarmodel_p.h
index cb47c576..99ae9423 100644
--- a/src/controls/Private/qquickcalendarmodel_p.h
+++ b/src/controls/Private/qquickcalendarmodel_p.h
@@ -75,7 +75,7 @@ public:
QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE;
- Q_INVOKABLE QDate dateAt(int index) const;
+ Q_INVOKABLE QDateTime dateAt(int index) const;
Q_INVOKABLE int indexAt(const QDate &visibleDate);
Q_INVOKABLE int weekNumberAt(int row) const;