X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient%2Fcoreconnection.h;h=56a5a29eba702f997c078f1b4ba0d7bcb19ad620;hb=3a3e844f9fcfd12235a0086af75ecd503b621ef4;hp=69b4c9e56dbead99f52b4dfce127e29565e5e33f;hpb=358e5d557d527675c7bc62e58a4c7ad3b408897c;p=quassel.git diff --git a/src/client/coreconnection.h b/src/client/coreconnection.h index 69b4c9e5..56a5a29e 100644 --- a/src/client/coreconnection.h +++ b/src/client/coreconnection.h @@ -20,6 +20,8 @@ #pragma once +#include "client-export.h" + #include #include #include @@ -41,7 +43,7 @@ class Network; class Peer; class SignalProxy; -class CoreConnection : public QObject +class CLIENT_EXPORT CoreConnection : public QObject { Q_OBJECT @@ -54,7 +56,7 @@ public: Synchronized }; - CoreConnection(QObject *parent = 0); + CoreConnection(QObject *parent = nullptr); void init();