X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fpeerfactory.h;h=ca6639aa18ecc6eb45b8bb3971b024093f393aa3;hb=80950b87640acfb2a75902f8aabf3419da094bf4;hp=ec7426e762ec20d57a04fe6b4e2ff4bb3a3638af;hpb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;p=quassel.git diff --git a/src/common/peerfactory.h b/src/common/peerfactory.h index ec7426e7..ca6639aa 100644 --- a/src/common/peerfactory.h +++ b/src/common/peerfactory.h @@ -38,8 +38,8 @@ class COMMON_EXPORT PeerFactory public: // second value is the protocol-specific features - typedef QPair ProtoDescriptor; - typedef QVector ProtoList; + using ProtoDescriptor = QPair; + using ProtoList = QVector; static ProtoList supportedProtocols();