X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Ftypes.h;fp=src%2Fcommon%2Ftypes.h;h=fb85012d47b3e0a61a66be742b2d6bb20001116b;hp=72cee266872311758eb0335d7ddf9e6adb389627;hb=80950b87640acfb2a75902f8aabf3419da094bf4;hpb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24 diff --git a/src/common/types.h b/src/common/types.h index 72cee266..fb85012d 100644 --- a/src/common/types.h +++ b/src/common/types.h @@ -137,8 +137,8 @@ Q_DECLARE_METATYPE(AccountId) Q_DECLARE_METATYPE(QHostAddress) // a few typedefs -typedef QList MsgIdList; -typedef QList BufferIdList; +using MsgIdList = QList; +using BufferIdList = QList; /** * Catch-all stream serialization operator for enum types.