Akonadi
agentsearchengine.cpp
24 const QList<QVariant> args = QList<QVariant>() << collection.queryString() << QLatin1String("") << collection.id();
29 qCCritical(AKONADISERVER_SEARCH_LOG) << "Failed to connect to agent manager: " << agentMgr.lastError().message();
QString message() const const
void removeSearch(qint64 id) override
Removes the collection with the given id from the search.
Definition: agentsearchengine.cpp:32
bool isValid() const const
void addSearch(const Collection &collection) override
Adds the given collection to the search.
Definition: agentsearchengine.cpp:18
QDBusError lastError() const const
QDBusMessage callWithArgumentList(QDBus::CallMode mode, const QString &method, const QList< QVariant > &args)
NoBlock
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Jul 2 2022 06:41:46 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:46 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.