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

UI: Use OBSBasic::Get() in all places #11159

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 15, 2024

  1. UI: Use OBSBasic::Get() in all places

    This reduces duplicated code when getting the OBSBasic context.
    cg2121 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    97d5a1c View commit details
    Browse the repository at this point in the history
  2. UI: Use qobject_cast when getting OBSBasic

    Since we are converting between qobjects, it is safer to use
    qobject_cast than reinterpret_cast.
    cg2121 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    35dbc1f View commit details
    Browse the repository at this point in the history