X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fdccconfig.h;h=f919dcc939dedb6024ccdee59857eec3e103357c;hp=c82830aca8763ac814df0fd7be9446357a990b15;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3 diff --git a/src/common/dccconfig.h b/src/common/dccconfig.h index c82830ac..f919dcc9 100644 --- a/src/common/dccconfig.h +++ b/src/common/dccconfig.h @@ -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