Skip to content

fix qt-6.9 #950

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

Merged
merged 1 commit into from
Jun 12, 2025
Merged

fix qt-6.9 #950

merged 1 commit into from
Jun 12, 2025

Conversation

PPN-SD
Copy link
Contributor

@PPN-SD PPN-SD commented Jun 12, 2025

gui/qubjson.cpp: In function QString readChar(QDataStream&):
gui/qubjson.cpp:151:19: error: no matching function for call to QChar::QChar(qint8&)
151 | return QChar(c);

implicit conversions are disabled for QChar::QChar with qt-6.9

> gui/qubjson.cpp: In function QString readChar(QDataStream&):
> gui/qubjson.cpp:151:19:
> error: no matching function for call to QChar::QChar(qint8&)
>  151 |     return QChar(c);

implicit conversions are disabled for QChar::QChar with qt-6.9

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
@jrfonseca jrfonseca merged commit 9246aeb into apitrace:master Jun 12, 2025
11 checks passed
@jrfonseca
Copy link
Member

Thanks

@PPN-SD PPN-SD deleted the fix-qt69 branch June 12, 2025 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants