Switch some dirty hacking to using real infrastructure. A Chatline now contains three...
[quassel.git] / src / client / messagemodel.h
index d37100c..5b2786a 100644 (file)
@@ -46,7 +46,7 @@ class MessageModel : public QAbstractItemModel {
     };
 
     enum ColumnType {
-      TimestampColumn, SenderColumn, TextColumn, UserColumnType
+      TimestampColumn, SenderColumn, ContentsColumn, UserColumnType
     };
 
     MessageModel(QObject *parent);