Akonadi Contacts

dialphonenumberaction.h
1 /*
2  This file is part of Akonadi Contact.
3 
4  SPDX-FileCopyrightText: 2009 Tobias Koenig <[email protected]>
5 
6  SPDX-License-Identifier: LGPL-2.0-or-later
7 */
8 
9 #pragma once
10 
11 namespace KContacts
12 {
13 class PhoneNumber;
14 }
15 
16 namespace Akonadi
17 {
18 /**
19  * @short An action to dial the phone number of a contact.
20  *
21  * @author Tobias Koenig <[email protected]>
22  */
24 {
25 public:
26  void dialNumber(const KContacts::PhoneNumber &number);
27 };
28 }
An action to dial the phone number of a contact.
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.