Skip to content

Conversation

@soininen
Copy link
Contributor

@soininen soininen commented Oct 24, 2025

This PR fixes the crashes caused by PySide6 6.10.

Fixes #3200

Checklist before merging

  • Documentation is up-to-date
  • Release notes have been updated
  • Unit tests have been added/updated accordingly
  • Code has been formatted by black & isort
  • Unit tests pass

The method is not implemented in the QIconEngine superclass
(the C++ equivalent is pure virtual) so we must have it implemented
in the classes that are actually used by QIcons even though
the implementation did nothing.

Re #3200
@codecov
Copy link

codecov bot commented Oct 24, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.82%. Comparing base (0f5c569) to head (1a58a9c).
⚠️ Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
spinetoolbox/helpers.py 50.00% 1 Missing ⚠️
spinetoolbox/widgets/project_item_drag.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3201      +/-   ##
==========================================
- Coverage   68.82%   68.82%   -0.01%     
==========================================
  Files         198      198              
  Lines       38336    38340       +4     
  Branches     4595     4595              
==========================================
+ Hits        26386    26388       +2     
- Misses      10642    10644       +2     
  Partials     1308     1308              

☔ 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.

@soininen soininen merged commit 42b4617 into master Oct 24, 2025
18 of 19 checks passed
@soininen soininen deleted the 3200_fix_PySide6_6.10 branch October 24, 2025 08:20
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.

Crash when opening Tool Specification editor on Windows 11 (Spine Toolbox 0.10.2)

2 participants