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

Clean up systray.mm (macOS) #5602

Merged
merged 5 commits into from
Jul 24, 2023
Merged

Clean up systray.mm (macOS) #5602

merged 5 commits into from
Jul 24, 2023

Commits on Jul 24, 2023

  1. Constify object pointers in systray.mm

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fdcc623 View commit details
    Browse the repository at this point in the history
  2. Use const auto for C++ variables in systray.mm

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    5ecfa96 View commit details
    Browse the repository at this point in the history
  3. Modernise property accessing in systray.mm

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    91d5d9d View commit details
    Browse the repository at this point in the history
  4. Fix spacing and indentation in systray.mm

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    08098b8 View commit details
    Browse the repository at this point in the history
  5. Use QSharedPointer<T>::create for talk reply in systray.mm

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    53cc438 View commit details
    Browse the repository at this point in the history