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

COMP: Update C++ source files removing code specific to Qt 4 #1127

Merged
merged 2 commits into from
Jul 26, 2023

Conversation

jamesobutler
Copy link
Contributor

This is a followup to b86197b

I used search terms such as QT_VERSION < and QT_VERSION > to find version checks beginning with 0x to find more cases of Qt4 related logic to drop.

@jamesobutler jamesobutler requested a review from jcfr July 25, 2023 21:41
@jamesobutler jamesobutler force-pushed the remove-qt-4-code branch 2 times, most recently from 1fba466 to e2f341e Compare July 25, 2023 22:02
@jamesobutler jamesobutler requested a review from jcfr July 26, 2023 01:16
This is a follow-up to commontk@b86197b

expand-down.png and expand-up.png are being removed as they were only used
in ctkCollapsibleGroupBox built with Qt < 4.6
Qt versions prior to 4.7.0 didn't expose QFileDialog::Options in the public API.
CTK began to remove Qt4 support in C++ source files in commontk@b86197b.
@jcfr jcfr force-pushed the remove-qt-4-code branch from e306bd9 to c758bee Compare July 26, 2023 04:02
@jcfr jcfr enabled auto-merge (rebase) July 26, 2023 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants