Skip to content

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