X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Ftypes.h;h=9424ec8aaf1de1c2fb08a837f5128754927255fd;hp=4e98b4189c59c6b582e7896db8fee16971795531;hb=f81ad4f71a532ca310fae0fbe2f412bde9a37521;hpb=03eb5a574ec55546c62336428c7a9caa63b45a7a diff --git a/src/common/types.h b/src/common/types.h index 4e98b418..9424ec8a 100644 --- a/src/common/types.h +++ b/src/common/types.h @@ -25,6 +25,7 @@ #include #include #include +#include class SignedId { protected: @@ -95,6 +96,8 @@ Q_DECLARE_METATYPE(NetworkId) Q_DECLARE_METATYPE(IdentityId) Q_DECLARE_METATYPE(AccountId) +Q_DECLARE_METATYPE(QHostAddress) + // a few typedefs typedef QList MsgIdList; typedef QList BufferIdList;