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

[FIX] utils/textimport: Remove 'exclusive' kwarg from QActionGroup call #4298

Merged
merged 1 commit into from
Dec 24, 2019

Conversation

ales-erjavec
Copy link
Contributor

Issue

In Qt 5.14 'exclusive' is no longer a Q_PROPERTY of QActionGroup and hence the call raises a type error.

Description of changes

Remove 'exclusive' kwarg from QActionGroup call

Includes
  • Code changes
  • Tests
  • Documentation

In Qt 5.14 'exclusive' is no longer a Q_PROPERTY of QActionGroup
@codecov
Copy link

codecov bot commented Dec 24, 2019

Codecov Report

Merging #4298 into master will not change coverage.
The diff coverage is 0%.

@@           Coverage Diff           @@
##           master    #4298   +/-   ##
=======================================
  Coverage   86.69%   86.69%           
=======================================
  Files         396      396           
  Lines       71561    71561           
=======================================
  Hits        62039    62039           
  Misses       9522     9522

@janezd janezd merged commit e08986b into biolab:master Dec 24, 2019
@janezd janezd mentioned this pull request Dec 24, 2019
@ales-erjavec ales-erjavec deleted the fixes/pyqt-5.14 branch March 16, 2020 13:42
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