aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates/qquickmonthgrid_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates/qquickmonthgrid_p.h')
-rw-r--r--src/quicktemplates/qquickmonthgrid_p.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/quicktemplates/qquickmonthgrid_p.h b/src/quicktemplates/qquickmonthgrid_p.h
index 9c5ffad030..e7e4421e50 100644
--- a/src/quicktemplates/qquickmonthgrid_p.h
+++ b/src/quicktemplates/qquickmonthgrid_p.h
@@ -58,10 +58,10 @@ Q_SIGNALS:
void titleChanged();
void delegateChanged();
- void pressed(const QDate &date);
- void released(const QDate &date);
- void clicked(const QDate &date);
- void pressAndHold(const QDate &date);
+ void pressed(QDate date);
+ void released(QDate date);
+ void clicked(QDate date);
+ void pressAndHold(QDate date);
protected:
void componentComplete() override;
@@ -79,6 +79,4 @@ private:
QT_END_NAMESPACE
-QML_DECLARE_TYPE(QQuickMonthGrid)
-
#endif // QQUICKMONTHGRID_P_H