Akonadi Contacts

abstractemailaddressselectiondialog.cpp
1 /*
2  SPDX-FileCopyrightText: 2019-2023 Laurent Montel <[email protected]>
3 
4  SPDX-License-Identifier: GPL-2.0-or-later
5 */
6 
7 #include "abstractemailaddressselectiondialog.h"
8 
9 using namespace Akonadi;
10 AbstractEmailAddressSelectionDialog::AbstractEmailAddressSelectionDialog(QWidget *parent)
11  : QDialog(parent)
12 {
13 }
14 
15 AbstractEmailAddressSelectionDialog::~AbstractEmailAddressSelectionDialog() = default;
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Apr 1 2023 04:09:04 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.