modernize: Use 'using' instead of 'typedef'
[quassel.git] / src / common / network.h
index e237ef3..4fe30f1 100644 (file)
@@ -143,7 +143,7 @@ public :
         bool operator==(const Server &other) const;
         bool operator!=(const Server &other) const;
     };
-    typedef QList<Server> ServerList;
+    using ServerList = QList<Server>;
 
     Network(const NetworkId &networkid, QObject *parent = nullptr);
     ~Network() override;