X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientcoreinfo.h;h=3bd08a47aad0fc0eb04a0761a37c02874f955d79;hb=27921f7bb1ae86aabc13a5a279624a2d61cc3f2a;hp=7846039c60c5ba597af66f5952e78e57ce7dfd47;hpb=52df0969e22249e6758714eec9e5afd7d4fe9b83;p=quassel.git diff --git a/src/client/clientcoreinfo.h b/src/client/clientcoreinfo.h index 7846039c..3bd08a47 100644 --- a/src/client/clientcoreinfo.h +++ b/src/client/clientcoreinfo.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 * @@ -29,6 +29,7 @@ */ class ClientCoreInfo : public CoreInfo { Q_OBJECT + SYNCABLE_OBJECT public: ClientCoreInfo(QObject *parent = 0) : CoreInfo(parent) {}