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

Replace QString::fromAscii by QString::fromLatin1 #356

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

howetuft
Copy link

@howetuft howetuft commented Oct 6, 2019

QString::fromAscii is deprecated in recent versions of Qt (Qt5), should be replaced by
QString::fromLatin1: see https://wiki.qt.io/Transition_from_Qt_4.x_to_Qt5

QString::fromAscii is deprecated in recent versions of QT, should be replaced by
QString::fromLatin1: see https://wiki.qt.io/Transition_from_Qt_4.x_to_Qt5
Fix warning [-Wreorder]: reorder initializers in
TransferMetaData::TransferMetaData as they match
declarations order.
@howetuft
Copy link
Author

I propose a few fixes for various compilation warnings (mainly -Wconversion and -Wdeprecated).

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.

1 participant