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

Issue #773: Fix QTranslate() filePath issue #774

Merged
merged 4 commits into from
May 6, 2021
Merged

Conversation

vkbo
Copy link
Owner

@vkbo vkbo commented May 6, 2021

The function called was only added in Qt 5.15: https://doc.qt.io/qt-5/qtranslator.html#filePath

Also add a GitHub action to run the tests under minimum package dependencies to try to detect such bugs early.
The old package setup doesn't really work because the test environment isn't designed for outdated packages. Need to run a virtualbox locally instead.

Resolves #773

@vkbo vkbo force-pushed the issue773_qtranslate_filepath branch from 837dc06 to 7311471 Compare May 6, 2021 08:33
@vkbo vkbo force-pushed the issue773_qtranslate_filepath branch from 7311471 to 22e8d7e Compare May 6, 2021 08:35
@vkbo vkbo force-pushed the issue773_qtranslate_filepath branch from 1822edf to 9ff397d Compare May 6, 2021 10:45
@vkbo vkbo merged commit 88263d5 into main May 6, 2021
@vkbo vkbo deleted the issue773_qtranslate_filepath branch May 6, 2021 10:52
@vkbo vkbo added this to the Release 1.3.1 milestone May 6, 2021
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.

CRITICAL AttributeError: 'QTranslator' object has no attribute 'filePath'
1 participant