X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientcoreinfo.h;h=3bd08a47aad0fc0eb04a0761a37c02874f955d79;hp=7846039c60c5ba597af66f5952e78e57ce7dfd47;hb=c8467bd28cb62ffbc4d3f6c7b459ce75ef580238;hpb=52df0969e22249e6758714eec9e5afd7d4fe9b83 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) {}