X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreusersettings.h;h=8ee3a1014cf2d929c993d5831794d2a739357224;hp=3a8c6b391a7c8e3f3cfe66d641264a5b9bc7c346;hb=7c9c1b348382b8b77f96a883945c522d32a478d5;hpb=6f2f1723f5bb3d26908f6dd297890f6fba43793b diff --git a/src/core/coreusersettings.h b/src/core/coreusersettings.h index 3a8c6b39..8ee3a101 100644 --- a/src/core/coreusersettings.h +++ b/src/core/coreusersettings.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel IRC Team * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -23,6 +23,7 @@ #include "coresettings.h" #include "identity.h" +#include "network.h" #include "types.h" #include @@ -32,11 +33,10 @@ class CoreUserSettings : public CoreSettings { public: CoreUserSettings(UserId user); - void storeIdentity(const Identity &identity); - void removeIdentity(const Identity &identity); - Identity identity(IdentityId id); QList identityIds(); + void storeIdentity(const Identity &identity); + void removeIdentity(IdentityId id); void setSessionState(const QVariant &data); QVariant sessionState(const QVariant &def = QVariant());