Skip to content

Commit

Permalink
changelog: update to mention that closure support works for signals
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen-kdab committed Nov 16, 2023
1 parent 49d870e commit 5128798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Allow associated constants, types and macro invocations within `impl qobject::T` blocks
- Ensure that generated Rust code works when `#![deny(missing_docs)]` is enabled
- Ability to connect and disconnect from signals in Rust triggering a function pointer
- Ability to connect and disconnect from signals in Rust triggering a function pointer or closure
- `unsafe impl !cxx_qt::Locking for qobject::T` to disable internal locking
- `Deref` is now implemented for `qobject::T` to reach the `T` Rust struct
- Support for C++ only methods by not having a `#[qinvokable]` attribute
Expand Down

0 comments on commit 5128798

Please sign in to comment.