X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatline-old.h;h=b29aca2350f02dc382063bd2e6680bd39356acec;hb=4d159822323116d1a7c7464b2624da7b65035fd6;hp=c243c9547dab5d59cb2f2930315233928293adee;hpb=cab361607b686847ee0df2e605f8f05598b65f99;p=quassel.git 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