KTextAddons

emoticoncategorybutton.h
1/*
2 SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6#pragma once
7#include "textemoticonswidgets_private_export.h"
8#include <QToolButton>
9namespace TextEmoticonsWidgets
10{
11class TEXTEMOTICONSWIDGETS_TESTS_EXPORT EmoticonCategoryButton : public QToolButton
12{
13 Q_OBJECT
14public:
15 explicit EmoticonCategoryButton(QWidget *parent = nullptr);
16 ~EmoticonCategoryButton() override;
17};
18}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:51:28 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.