X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fbasichandler.h;h=e48d6058fb2bd4c72298ab6cd10df8b073f20f38;hp=1bd92b0d50705c7e7331e43b557d2a4144fd10ca;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=b65b9f7615165e8700a44d59b7275a55558dd45b diff --git a/src/common/basichandler.h b/src/common/basichandler.h index 1bd92b0d..e48d6058 100644 --- a/src/common/basichandler.h +++ b/src/common/basichandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 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