Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

signals: use #[must_use] when returning a QMetaObjectConnectionGuard #932

Merged

Commits on Apr 18, 2024

  1. signals: use #[must_use] for QMetaObjectConnectionGuard

    Before we used to return a QMetaObjectConnection which used to
    disconnection now we have two types, so ensure #[must_use] is
    used when a guard is returned.
    ahayzen-kdab committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5f094e7 View commit details
    Browse the repository at this point in the history