/* * Copyright (c) 2017 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #pragma once #include #include #include #include namespace Swift { class QtEmoticonsGrid : public QtEmojisGrid { Q_OBJECT public: explicit QtEmoticonsGrid(const std::map& emoticonsMap); ~QtEmoticonsGrid(); }; }