aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickstackview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* StackView: inherit Control instead of ContainerJ-P Nurmi2015-06-181-4/+4
| | | | | Change-Id: I0bdaa7f4a7af659f75c15879914b104ca5843d22 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Add a missing include to fix shadow buildLiang Qi2015-04-141-0/+1
| | | | | Change-Id: Ica038e064fef3e513bc95f147ed9f23c54de385b Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Remove "abstract" prefix from the C++ classesJ-P Nurmi2015-04-101-0/+553
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>