X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fnetwork.h;h=4fe30f1cfaf7e8563b0916425772f35d6b0deda8;hp=e237ef3d46f42b692bf8bb14c0411e4b26ba3ff0;hb=80950b87640acfb2a75902f8aabf3419da094bf4;hpb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24 diff --git a/src/common/network.h b/src/common/network.h index e237ef3d..4fe30f1c 100644 --- a/src/common/network.h +++ b/src/common/network.h @@ -143,7 +143,7 @@ public : bool operator==(const Server &other) const; bool operator!=(const Server &other) const; }; - typedef QList ServerList; + using ServerList = QList; Network(const NetworkId &networkid, QObject *parent = nullptr); ~Network() override;