-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Create struc Style
with empty url possible
#107
Conversation
Thanks for the contribution! Can you maybe also paste the compilation error you get without this patch to se if we can work around it in another way. If we can't, we probably need to add some sanity checks where |
Here is the error, thank you for the quick response. Also do you happen to know if qt5 location private dev will be available on the upcoming ubuntu 24.04? it seems that it is not available on 20.04 and 22.04 (I'm not sure on this one)
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #107 +/- ##
=======================================
Coverage 45.27% 45.27%
=======================================
Files 35 35
Lines 2125 2125
=======================================
Hits 962 962
Misses 1163 1163 ☔ View full report in Codecov by Sentry. |
OK, can you then maybe protect your change for Qt versions below 5.15 using
and so that for supported versions we explicitly require the first argument. |
Added sanity check |
This helps solves the problem of compiling with Qt 5.12, making it possible to create
Styles
withQVector