summaryrefslogtreecommitdiffstats
path: root/src/chartsqml2/declarativesplineseries_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the use of Q_CHARTSQML_PRIVATE_EXPORTAlexey Edelev2023-12-121-1/+1
| | | | | | Task-number: QTBUG-117983 Change-Id: I6031a079fa65b1084038b2304b4f2dc3017be56a Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: Ibb797d52859b5c504f7300f4a5dc956a7b44ac11 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Migrate to autogenerated cpp exports in the ChartsQml moduleAlexey Edelev2021-11-021-1/+1
| | | | | | | | | | Adjust private export name of ChartsQml to the generated one. Task-number: QTBUG-90492 Change-Id: I39f16166f97ae91587553a22bfdbfd33a96564cf Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Port charts to new property registration systemFabian Kosmale2021-06-031-21/+25
| | | | | | Change-Id: I3d24eb8e5c0fdb718971535c2d2126dcf67a660f Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Remove charts namespace for Qt6Michal Klocek2020-11-061-8/+8
| | | | | | | | | This auto refactor to remove charts namespace, just use qt one. [ChangeLog] Use QT_NAMESPACE as other modules. Change-Id: I7722ed2ff5cd84c594ea96db15e5df50a24f06b4 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Add missing overrideAlexander Volkov2020-06-251-3/+3
| | | | | Change-Id: I9544a80e1f73b3490c5c2d6bb246f83c41561c53 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Switch export macros to standard formv5.13.0-beta2Kai Koehne2019-04-011-1/+1
| | | | | | | | | Qt expects the export macros to have Q_ prefixes, otherwise the symbol versioning script won't find them and mark them. Task-number: QTBUG-73752 Change-Id: I4ee654eadbbfc6f5c25f3bb0a8123c8c17235c12 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Fully qualify classes in QtCharts namespace in Q_PROPERTYKai Koehne2018-09-211-6/+6
| | | | | | | | | | | | | | | | qmlplugindump otherwise cannot make the connection between the type of the property and the QMetaObject. This fixes an issue where Qt Creator was not handling some properties for the QML types properly. Ideally we also would do this for arguments in signals, slots, Q_INVOKABLES. Anyhow, this can be an incompatible change (e.g. if you use string-based connect). Fixes: QTBUG-51704 Change-Id: I3a3b5fc7f7539ff15974be9c2e268df7e1ad7f30 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Add private declarative headers5.10Peter Staab2018-02-071-0/+129
Added private headers of the QtCharts Qml plugin. Task-number: QTBUG-66105 Change-Id: I9420c01b562b664e8849742abfbceed86861ce3e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>