Qt Declarative (Quick 2)
Go to file
J-P Nurmi a75e7c4c1f Replace Q_DECLARE_TYPEINFO(T, Q_COMPLEX_TYPE) by QML_DECLARE_TYPE(T)
Q_COMPLEX_TYPE tells Qt containers that the type has a ctor/dtor and
that it may not be moved in memory using memcpy(). QML types are never
stored by value in Qt containers (non-copyable QObjects), so the type
info declaration is superfluous. QML_DECLARE_TYPE, however, is useful
(QTBUG-49920) and consistently used for all QtQuick types.

Change-Id: I3bd1718b306fa7af85a623fa7a17e1b9653d2152
Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
2015-12-21 12:43:27 +00:00
examples Gallery: remove the problematic restart functionality 2015-12-18 21:25:36 +00:00
src Replace Q_DECLARE_TYPEINFO(T, Q_COMPLEX_TYPE) by QML_DECLARE_TYPE(T) 2015-12-21 12:43:27 +00:00
tests Fix tst_combobox for popup transitions 2015-12-19 22:05:06 +00:00
.gitattributes Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
.gitignore Add Gallery example 2015-12-17 18:47:27 +00:00
.qmake.conf .qmake.conf: set QQC2_SOURCE_TREE 2015-10-24 10:02:49 +00:00
.tag Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
LICENSE.FDL Add LICENSE.FDL for docs 2015-03-18 16:26:12 +02:00
LICENSE.GPLv3 Add the GPLv3 license text 2015-09-18 13:58:41 +02:00
LICENSE.LGPLv3 Add the GPLv3 license text 2015-09-18 13:58:41 +02:00
README.md Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
qtquickcontrols2.pro Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
sync.profile Add dependency to qtgraphicaleffects to sync.profile 2015-11-27 11:37:17 +00:00

README.md

qtquickcontrols2