Removing the old ChatWidget and related stuff from CMakeLists.txt
[quassel.git] / src / uisupport / old-uistyle.h
index ab2d86d..7b58c12 100644 (file)
@@ -53,8 +53,8 @@ class UiStyle {
     };
 
     struct StyledText {
-      QString text;
-      QList<QTextLayout::FormatRange> formats;
+      QString plainText;
+      QList<QTextLayout::FormatRange> formatList;
       QList<UrlInfo> urls;
     };