From 6be049cd9ab30dae1e30668e3d032fe4ec04cefe Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 23 Jun 2015 23:40:43 +0200 Subject: Kill CalendarDelegate The default CalendarView delegate implementation will be included in the "Customizing CalendarView" docs. That should be enough to get started, so we avoid exposing such type and committing to its API for now. Hiding it from the API allows also a bit simpler implementation => getting rid of the wrapper item reduces the total amount of items in a CalendarView from 87 to 45. Change-Id: Idac693347df72377b3bb518fb1bab505d20d6f12 Reviewed-by: J-P Nurmi --- src/imports/calendar/calendar.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'src/imports/calendar/calendar.pro') diff --git a/src/imports/calendar/calendar.pro b/src/imports/calendar/calendar.pro index 69981d51..b8318672 100644 --- a/src/imports/calendar/calendar.pro +++ b/src/imports/calendar/calendar.pro @@ -9,7 +9,6 @@ OTHER_FILES += \ qmldir QML_FILES = \ - CalendarDelegate.qml \ CalendarView.qml \ DayOfWeekRow.qml \ WeekNumberColumn.qml -- cgit v1.2.3