X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fircchannel.h;h=2cbfa1aa2030eb6d66ed8ffaf1c6513a8974cfc7;hb=4b41d8800c38aa3bc4e88a76289b45bc888ba088;hp=a499b24cdf5c314f12be74fdb9608eaaf83cd6e0;hpb=e008cd12ef319c4b5f9fe5a8cc1524829551771d;p=quassel.git diff --git a/src/common/ircchannel.h b/src/common/ircchannel.h index a499b24c..2cbfa1aa 100644 --- a/src/common/ircchannel.h +++ b/src/common/ircchannel.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005/06 by the Quassel IRC Team * + * Copyright (C) 2005/06 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -26,11 +26,13 @@ #include #include +#include "syncableobject.h" + class IrcUser; class NetworkInfo; class SignalProxy; -class IrcChannel : public QObject { +class IrcChannel : public SyncableObject { Q_OBJECT Q_PROPERTY(QString name READ name STORED false)