X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fbasichandler.h;h=e48d6058fb2bd4c72298ab6cd10df8b073f20f38;hb=d4b81a6d777de45611034b26bd89973d19e60c96;hp=76a088a9e619791cd0533678bda3c4d5287b070a;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;p=quassel.git diff --git a/src/common/basichandler.h b/src/common/basichandler.h index 76a088a9..e48d6058 100644 --- a/src/common/basichandler.h +++ b/src/common/basichandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,8 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef BASICHANDLER_H -#define BASICHANDLER_H +#pragma once + +#include "common-export.h" #include #include @@ -27,7 +28,7 @@ #include #include -class BasicHandler : public QObject +class COMMON_EXPORT BasicHandler : public QObject { Q_OBJECT @@ -51,6 +52,3 @@ private: bool _initDone; QString _methodPrefix; }; - - -#endif