KTextAddons

emoticoncategorybutton.cpp
1/*
2 SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#include "emoticoncategorybutton.h"
8using namespace TextEmoticonsWidgets;
9EmoticonCategoryButton::EmoticonCategoryButton(QWidget *parent)
10 : QToolButton(parent)
11{
12 setCheckable(true);
13 setAutoRaise(true);
14}
15
16EmoticonCategoryButton::~EmoticonCategoryButton() = default;
17
18#include "moc_emoticoncategorybutton.cpp"
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.