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

cxx-qt-lib: qdatetime put deprecated behind cfg flag #1109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ahayzen-kdab
Copy link
Collaborator

Closes #1106

@ahayzen-kdab ahayzen-kdab force-pushed the 1106-remove-deprecated-methods branch 2 times, most recently from c1f2146 to 50aabce Compare October 21, 2024 14:12
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (fd558d5) to head (ea252ff).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1109   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           71        71           
  Lines        11949     11949           
=========================================
  Hits         11949     11949           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

TimeSpec methods have been deprecated.

Closes KDAB#1106
@@ -56,10 +56,12 @@ mod ffi {
fn offsetFromUtc(self: &QDateTime) -> i32;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remaining issue appears to be with Qt 6.8 the linking order is incorrect with Qt6QuickControls2 being linked before our staticlib

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.

Qt 6.8 warnings due to deprecations cause build failure
1 participant