Skip to content

Cannot compile on Ubuntu 16.04 #11

@j75

Description

@j75

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions