We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2851a79 commit 33aae31Copy full SHA for 33aae31
CHANGELOG.md
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
15
## [Unreleased](https://github.com/KDAB/cxx-qt/compare/v0.6.0...HEAD)
16
17
+### Added
18
+
19
+- Support for further types: `QLine`, `QLineF`, `QImage`
20
21
## [0.6.0](https://github.com/KDAB/cxx-qt/compare/v0.5.3...v0.6.0) - 2023-11-17
22
23
### Added
@@ -29,7 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
33
- `extern "C++Qt"` block support for declaring existing types with methods and signals
30
34
- `#[qenum]` attribute for `Q_ENUM` and `Q_ENUM_NS` support
31
35
- `qnamespace!` macro to support exposing namespaced enums to QML
32
-- Support for further types: `QLine`, `QLineF`, `QImage`
36
37
### Changed
38
0 commit comments