aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/calendar
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-23 19:58:39 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-24 08:13:05 +0000
commit975cfeae9b602618baad88a1adc3803fb61ea9fd (patch)
tree6cb7f561ee9373b51ef7bd24090e7fa9880c08bf /src/imports/calendar
parent8b349ca9d2d4b08fe8f0453c75586fe1fcd482f7 (diff)
Calendar: don't expose MonthModel, DayOfWeekModel, WeekNumberModel
Change-Id: Ib80bfb5d95c8bee8bcf21e511a704d7da1e9cd83 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/calendar')
-rw-r--r--src/imports/calendar/qtquickcalendar2plugin.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/imports/calendar/qtquickcalendar2plugin.cpp b/src/imports/calendar/qtquickcalendar2plugin.cpp
index be4bfb19..5d4f0419 100644
--- a/src/imports/calendar/qtquickcalendar2plugin.cpp
+++ b/src/imports/calendar/qtquickcalendar2plugin.cpp
@@ -40,9 +40,6 @@
#include "qquickdayofweekrow_p.h"
#include "qquickweeknumbercolumn_p.h"
#include "qquickcalendarmodel_p.h"
-#include "qquickdayofweekmodel_p.h"
-#include "qquickmonthmodel_p.h"
-#include "qquickweeknumbermodel_p.h"
QT_BEGIN_NAMESPACE
@@ -61,9 +58,6 @@ void QtQuickCalendar2Plugin::registerTypes(const char *uri)
qmlRegisterType<QQuickDayOfWeekRow>(uri, 2, 0, "AbstractDayOfWeekRow");
qmlRegisterType<QQuickWeekNumberColumn>(uri, 2, 0, "AbstractWeekNumberColumn");
qmlRegisterType<QQuickCalendarModel>(uri, 2, 0, "CalendarModel");
- qmlRegisterType<QQuickDayOfWeekModel>(uri, 2, 0, "DayOfWeekModel");
- qmlRegisterType<QQuickMonthModel>(uri, 2, 0, "MonthModel");
- qmlRegisterType<QQuickWeekNumberModel>(uri, 2, 0, "WeekNumberModel");
}
QT_END_NAMESPACE