This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In the interests of future maintainability and compatibility, I ported QTADS to Qt6. Everything should work identically, I just went through and replaced uses of constructs that were removed in Qt6. I also removed the uses of globalStrut entirely because according to the Qt developers it was useless and usually set to zero anyways.
I also add the capacity to accept command line flags and two flags (--help and --embed), because I need the ability to tell qtads to print out its window id for something else I'm working on. I hope you don't mind.
I'm not familiar at all with this codebase, and not even that experienced with C++, and I'm very foggy today, so please feel free to comment/critique and ill change it to get this PR merged! :D
Any status update? At least Gentoo and Ubuntu are now pursuing Qt5 removal trackers.
I'm still around to work on any changes the author needs me to make (although I've been flaking on a number of my contributions to open source projects lately because work has been absolutely hammering me so there may be some delay, but my attention is still available at least). The bottleneck is just whenever he has time.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In the interests of future maintainability and compatibility, I ported QTADS to Qt6. Everything should work identically, I just went through and replaced uses of constructs that were removed in Qt6. I also removed the uses of
globalStrut
entirely because according to the Qt developers it was useless and usually set to zero anyways.I also add the capacity to accept command line flags and two flags (
--help
and--embed
), because I need the ability to tell qtads to print out its window id for something else I'm working on. I hope you don't mind.