X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=7642c3e6bbf3e09e37e21f2d1ee4d39275b022f3;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hp=ef37ad531611fc70577d6b28178e1eabe67eef33;hpb=72473527f99cbe68dcfcb4ca17f828bd3775bba7;p=quassel.git diff --git a/src/client/client.h b/src/client/client.h index ef37ad53..7642c3e6 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -20,6 +20,8 @@ #pragma once +#include "client-export.h" + #include #include @@ -66,7 +68,7 @@ class TransferModel; struct NetworkInfo; -class Client : public QObject, public Singleton +class CLIENT_EXPORT Client : public QObject, public Singleton { Q_OBJECT