modernize: Use 'using' instead of 'typedef'
[quassel.git] / src / qtui / chatlinemodelitem.h
index 5713d0d..00d2f3e 100644 (file)
@@ -49,7 +49,7 @@ public:
         qreal width;
         qreal trailing;
     };
-    typedef QVector<Word> WrapList;
+    using WrapList = QVector<Word>;
 
 private:
     QVariant timestampData(int role) const;