X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Ftypes.h;h=9424ec8aaf1de1c2fb08a837f5128754927255fd;hb=f9a73e3ad8142212028a39b26ced62456e575b7a;hp=4e98b4189c59c6b582e7896db8fee16971795531;hpb=36743995add34474fa2db3be8e7b37168232ac70;p=quassel.git 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;