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

[BREAKING] Change constructor overload ordering, to simplify UIC #54

Merged
merged 6 commits into from
Oct 26, 2024

Conversation

mappu
Copy link
Owner

@mappu mappu commented Oct 26, 2024

Fixes: #46

  • Change MIQT class constructors so that any (QWidget* parent) overload is sorted first. This allows uic to assume the constructor's name, simplifying it for use with other libraries.
  • Port miqt-rcc from Bash to Go. This means the go generate command will be more likely to work cross-platform.

This is probably the last breaking change before a MIQT v0.6.0 release can be made.

@mappu mappu changed the title UIC: Change constructor overload ordering to simplify UIC [BREAKING] Change constructor overload ordering, to simplify UIC Oct 26, 2024
@mappu mappu merged commit d2e2515 into master Oct 26, 2024
10 checks passed
@mappu mappu deleted the miqt-sorted-ctors branch October 26, 2024 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ctors should standardize the QWidget* parent overload as first ordinal
1 participant