-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Hello!
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels