X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fdccconfig.h;h=f919dcc939dedb6024ccdee59857eec3e103357c;hb=8582c2ad5708a1972c85bea1cf8d81ad3ece4814;hp=b4a34f84390e62f899c44ad7b97f2955d152c915;hpb=be04b68a0f10891b81c07cdda204a9abc0ac56a7;p=quassel.git diff --git a/src/common/dccconfig.h b/src/common/dccconfig.h index b4a34f84..f919dcc9 100644 --- a/src/common/dccconfig.h +++ b/src/common/dccconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -20,6 +20,8 @@ #pragma once +#include "common-export.h" + #include #include "syncableobject.h" @@ -30,7 +32,7 @@ * @warning Equality and assignment operators are optimized for use in a settings page * and do not cover all attributes! */ -class DccConfig : public SyncableObject +class COMMON_EXPORT DccConfig : public SyncableObject { Q_OBJECT SYNCABLE_OBJECT @@ -84,9 +86,6 @@ public: */ DccConfig(QObject *parent = nullptr); - // see base class - const QMetaObject *syncMetaObject() const override { return &staticMetaObject; } - /** * Assignment operator. *