diff --git a/src/ruqolacore/mention.h b/src/ruqolacore/mention.h index 5242ad47..1d018f30 100644 --- a/src/ruqolacore/mention.h +++ b/src/ruqolacore/mention.h @@ -1,35 +1,34 @@ /* Copyright (c) 2019 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef MENTION_H #define MENTION_H #include "libruqola_private_export.h" #include "message.h" -#include class LIBRUQOLACORE_TESTS_EXPORT Mention : public Message { Q_GADGET public: Mention(); }; Q_DECLARE_METATYPE(Mention) Q_DECLARE_TYPEINFO(Mention, Q_MOVABLE_TYPE); #endif // MENTION_H