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

use partial instead of lambda for menu actions #85

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

Commits on Feb 15, 2020

  1. use a partial instead of lambda for menu actions

    In our custom engine the lambdas for any of the right click actions wouldn't work. Switching to a partial fixed things.
    
    Our engine is based off the unreal engine with the qt 5.6a framework
    jhultgre authored Feb 15, 2020
    Configuration menu
    Copy the full SHA
    892068b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. fix typo

    jhultgre authored Feb 16, 2020
    Configuration menu
    Copy the full SHA
    1ee6700 View commit details
    Browse the repository at this point in the history