X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Ftypes.h;h=104deb728a20ca343ddf96d890b07c5c212502ea;hp=c6a4bb1d23bd3e078fa2eb547c1725ebf0704d62;hb=3282d98e3b3324f1b1fb573b03dca9e4e247417c;hpb=c9b7f5cfe4377cc242c24212fff48aad70192b48 diff --git a/src/common/types.h b/src/common/types.h index c6a4bb1d..104deb72 100644 --- a/src/common/types.h +++ b/src/common/types.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -88,12 +88,12 @@ struct AccountId : public SignedId { inline AccountId(int _id = 0) : SignedId(_id) {}; }; -Q_DECLARE_METATYPE(UserId); -Q_DECLARE_METATYPE(MsgId); -Q_DECLARE_METATYPE(BufferId); -Q_DECLARE_METATYPE(NetworkId); -Q_DECLARE_METATYPE(IdentityId); -Q_DECLARE_METATYPE(AccountId); +Q_DECLARE_METATYPE(UserId) +Q_DECLARE_METATYPE(MsgId) +Q_DECLARE_METATYPE(BufferId) +Q_DECLARE_METATYPE(NetworkId) +Q_DECLARE_METATYPE(IdentityId) +Q_DECLARE_METATYPE(AccountId) //! Base class for exceptions. struct Exception {