Akonadi Contacts

qsflphonedialer.h
1 /*
2  SPDX-FileCopyrightText: 2013-2023 Laurent Montel <[email protected]>
3 
4  SPDX-License-Identifier: LGPL-2.0-or-later
5 
6 */
7 
8 #pragma once
9 
10 #include "qdialer.h"
11 
12 class QSflPhoneDialer : public QDialer
13 {
14 public:
15  explicit QSflPhoneDialer(const QString &applicationName);
16  ~QSflPhoneDialer() override;
17 
18  Q_REQUIRED_RESULT bool dialNumber(const QString &number) override;
19  Q_REQUIRED_RESULT bool sendSms(const QString &number, const QString &text) override;
20 
21 private:
22  bool initializeSflPhone();
23 };
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Apr 1 2023 04:09:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.