aboutsummaryrefslogtreecommitdiffstats
path: root/src/calendar/qquickdayofweekrow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Demote some containers to plain controlsJ-P Nurmi2015-06-151-3/+3
| | | | | | | These don't need the upcoming container API for managing child items. Change-Id: I012db45277f0d4931c8c14fc74f46f9784430ea4 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Remove "abstract" prefix from the C++ classesJ-P Nurmi2015-04-101-0/+87
The QML type registration is still using Abstract-prefix to avoid conflicts, until QTBUG-43581 & QTBUG-43582 have been resolved so that the public types can be used for accessing attached properties and enums. Change-Id: I469712461f706a83c226e4017282ca1d6914c670 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>