X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fauthhandler.h;fp=src%2Fcommon%2Fauthhandler.h;h=7fb91277101529175f5de09131dd1d6d567fee15;hp=0f3c788189bcb171de6fedc473afd95708ad4a26;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3 diff --git a/src/common/authhandler.h b/src/common/authhandler.h index 0f3c7881..7fb91277 100644 --- a/src/common/authhandler.h +++ b/src/common/authhandler.h @@ -18,8 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef AUTHHANDLER_H -#define AUTHHANDLER_H +#pragma once + +#include "common-export.h" #include @@ -27,7 +28,7 @@ class Peer; -class AuthHandler : public QObject +class COMMON_EXPORT AuthHandler : public QObject { Q_OBJECT @@ -73,5 +74,3 @@ private: QTcpSocket *_socket; // FIXME: should be a QSharedPointer? -> premature disconnect before the peer has taken over bool _disconnectedSent; }; - -#endif