Akonadi
akremotelog.cpp
48 connect(&mWatcher, &QDBusServiceWatcher::serviceRegistered, this, &RemoteLogger::serviceRegistered);
49 connect(&mWatcher, &QDBusServiceWatcher::serviceUnregistered, this, &RemoteLogger::serviceUnregistered);
88 auto watcher = new QDBusPendingCallWatcher(mAkonadiConsoleInterface->asyncCall(QStringLiteral("enabled")));
89 connect(watcher, &QDBusPendingCallWatcher::finished, this, [this](QDBusPendingCallWatcher *watcher) {
void aboutToQuit()
void finished(QDBusPendingCallWatcher *self)
QString fromUtf8(const char *str, int size)
Q_SLOTSQ_SLOTS
singleShot
qint64 currentMSecsSinceEpoch()
bool isError() const const
void serviceUnregistered(const QString &serviceName)
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void deleteLater()
QDBusConnection sessionBus()
QThread * currentThread()
typedef CategoryFilter
void serviceRegistered(const QString &serviceName)
applicationName
VehicleSection::Type type(QStringView coachNumber, QStringView coachClassification)
QString arg(qlonglong a, int fieldWidth, int base, QChar fillChar) const const
const char * categoryName() const const
void setEnabled(QtMsgType type, bool enable)
QVariant argumentAt(int index) const const
QLoggingCategory::CategoryFilter installFilter(QLoggingCategory::CategoryFilter filter)
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Jul 2 2022 06:41:47 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Jul 2 2022 06:41:47 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.