X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fbufferviewconfig.h;h=914205347e43370d71d4534fce6a7b75a7dfad41;hp=d9a52f3102c6d18d04956a90b15f10adeaaea66d;hb=ed955f89251b8bae600080fb79fd033843979cfa;hpb=731ec69d4608ba95e3ae4f154b8ca1852e1db2e5 diff --git a/src/common/bufferviewconfig.h b/src/common/bufferviewconfig.h index d9a52f31..91420534 100644 --- a/src/common/bufferviewconfig.h +++ b/src/common/bufferviewconfig.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 * @@ -40,6 +40,7 @@ public: BufferViewConfig(int bufferViewId, QObject *parent = 0); BufferViewConfig(int bufferViewId, const QVariantMap &properties, QObject *parent = 0); + inline virtual const QMetaObject *syncMetaObject() const { return &staticMetaObject; } public slots: inline int bufferViewId() const { return _bufferViewId; }