X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fuistyle.h;h=3da2925a0ba46d89fb25e82270c7b8c22a719945;hp=0ddc1b81dd0c58906a0b9360c4c97fa50bce9a5a;hb=d6b056e936ec441258d291b7a8af7b83f9f53016;hpb=85cc2479ab9bd85b33f4d8494b1eeeb46a6a1049 diff --git a/src/uisupport/uistyle.h b/src/uisupport/uistyle.h index 0ddc1b81..3da2925a 100644 --- a/src/uisupport/uistyle.h +++ b/src/uisupport/uistyle.h @@ -5,7 +5,7 @@ * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -51,13 +51,13 @@ class UiStyle { QUrl url; }; - struct StyledString { + struct StyledText { QString text; QList formats; QList urls; }; - StyledString styleString(QString); + StyledText styleString(QString); void setFormat(FormatType, QTextCharFormat); QTextCharFormat format(FormatType) const;