Skip to content

Replace remaining uses of qint64 #1292

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

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

Conversation

jnbooth
Copy link
Contributor

@jnbooth jnbooth commented Jun 8, 2025

Somehow I missed a bunch of qint64s in #1267.

Copy link

codecov bot commented Jun 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (96d3233) to head (773e984).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1292   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           75        75           
  Lines        12772     12772           
=========================================
  Hits         12772     12772           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -98,6 +98,13 @@ impl fmt::Debug for QModelIndex {
}
}

impl QModelIndex {
/// Returns a `usize` used by the model to associate the index with the internal data structure.
pub fn internal_id(self: &QModelIndex) -> usize {
Copy link
Collaborator

Choose a reason for hiding this comment

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

unsure if we should do this for the quintptr too 🤔 agree with the u64 changes though. @LeonMatthesKDAB thoughts?

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.

2 participants