error: ‘class QString’ has no member named ‘toAscii’
Unsolved
Qt Creator and other tools
-
wrote on 12 Oct 2021, 07:02 last edited by
Hello everyone, i'm new to this linux stuff and i want to ask you guys about the problem that i had a couple days ago. i tried to install geopsy for my project, but when i got into the installation part, i received this message:
error: ‘class QString’ has no member named ‘toAscii’i've tried everything to solve this problem but nothing happens. Maybe you can help me solve this issue because i've tried everything.
-
QString::toAscii() is deprecated in Qt5 and removed in Qt6. But the documentation tells you how you can replace it.
1/2