You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to build the executable with QtCreator on a Ubuntu amd64 produces the following messages:
mainwindow.cpp: In function 'QString getColoredText(QString, QString)':
mainwindow.cpp:37:63: error: 'QStringLiteral' was not declared in this scope
return QStringLiteral("<span style='color: %1;'>%2</span>").arg(
^
mainwindow.cpp:40:22: error: 'class QString' has no member named 'toHtmlEscaped'
.toHtmlEscaped()
Any idea how to fix that?
The text was updated successfully, but these errors were encountered:
Hello!
Trying to build the executable with QtCreator on a Ubuntu amd64 produces the following messages:
Any idea how to fix that?
The text was updated successfully, but these errors were encountered: