Akonadi Contacts
qsflphonedialer.cpp
51 const QString progFullPath = QStandardPaths::findExecutable(QStringLiteral("sflphone-client-kde"));
52 if (progFullPath.isEmpty() || !QProcess::startDetached(QStringLiteral("sflphone-client-kde"), QStringList())) {
53 mErrorMessage = i18n("Unable to start sflphone-client-kde process, check that sflphone-client-kde executable is in your PATH variable.");
82 const QString progFullPath = QStandardPaths::findExecutable(QStringLiteral("sflphone-client-kde"));
83 if (progFullPath.isEmpty() || !QProcess::startDetached(QStringLiteral("sflphone-client-kde"), arguments)) {
101 const QString progFullPath = QStandardPaths::findExecutable(QStringLiteral("sflphone-client-kde"));
102 if (progFullPath.isEmpty() || !QProcess::startDetached(QStringLiteral("sflphone-client-kde"), arguments)) {
QDBusReply< bool > isServiceRegistered(const QString &serviceName) const const
QString findExecutable(const QString &executableName, const QStringList &paths)
QString i18n(const char *text, const TYPE &arg...)
QDBusConnection sessionBus()
bool isEmpty() const const
QDBusConnectionInterface * interface() const const
bool startDetached(qint64 *pid)
KIOCORE_EXPORT QString number(KIO::filesize_t size)
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
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.