X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatline-old.h;h=b29aca2350f02dc382063bd2e6680bd39356acec;hp=c243c9547dab5d59cb2f2930315233928293adee;hb=c90c9160da1123ce99460c9b3ceef58b1ad21bf2;hpb=9552f4588748150695a223fa7aeca4be60e54c00 diff --git a/src/qtui/chatline-old.h b/src/qtui/chatline-old.h index c243c954..b29aca23 100644 --- a/src/qtui/chatline-old.h +++ b/src/qtui/chatline-old.h @@ -104,7 +104,7 @@ class ChatLine : public QObject, public AbstractUiMsg { int selectionStart, selectionEnd; void formatMsg(Message); void precomputeLine(); - QList calcFormatRanges(const UiStyle::StyledText &, QTextLayout::FormatRange additional = QTextLayout::FormatRange()); + QList calcFormatRanges(UiStyle::StyledText, QTextLayout::FormatRange additional = QTextLayout::FormatRange()); }; #endif