KTextAddons

speechtotextaction.h
1/*
2 SPDX-FileCopyrightText: 2023-2025 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8#include "textspeechtotext_export.h"
9#include <QAction>
10namespace TextSpeechToText
11{
12/**
13 * @brief The SpeechToTextAction class
14 * @author Laurent Montel <montel@kde.org>
15 */
16class TEXTSPEECHTOTEXT_EXPORT SpeechToTextAction : public QAction
17{
19public:
20 explicit SpeechToTextAction(QObject *parent = nullptr);
21 ~SpeechToTextAction() override;
22
23private:
24 TEXTSPEECHTOTEXT_NO_EXPORT void slotClicked();
25};
26}
QAction(QObject *parent)
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.