Mailcommon

filteractionmissingsoundurldialog.h
1/*
2 SPDX-FileCopyrightText: 2016-2024 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#pragma once
8
9#include <QDialog>
10class KUrlRequester;
11namespace MailCommon
12{
13class FilterActionMissingSoundUrlDialog : public QDialog
14{
16public:
17 explicit FilterActionMissingSoundUrlDialog(const QString &filtername, const QString &argStr, QWidget *parent = nullptr);
18 ~FilterActionMissingSoundUrlDialog() override;
19 [[nodiscard]] QString soundUrl() const;
20
21private:
22 void readConfig();
23 void writeConfig();
24 KUrlRequester *const mUrlWidget;
25};
26}
The filter dialog.
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.