X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Firclisthelper.h;h=00128a3142ed3dda4e613d7bce372936b84bf37b;hp=037daf755c3a4032dc0c3295aefafc4c90a30cba;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3 diff --git a/src/common/irclisthelper.h b/src/common/irclisthelper.h index 037daf75..00128a31 100644 --- a/src/common/irclisthelper.h +++ b/src/common/irclisthelper.h @@ -20,6 +20,8 @@ #pragma once +#include "common-export.h" + #include "syncableobject.h" #include "types.h" @@ -31,7 +33,7 @@ * when RPL_LISTEND is received the clients will be informed, that they can pull the data * 3.) client pulls the data by calling requestChannelList again. receiving the data in receiveChannelList */ -class IrcListHelper : public SyncableObject +class COMMON_EXPORT IrcListHelper : public SyncableObject { Q_OBJECT SYNCABLE_OBJECT