KDECore
BackendsManager.cpp
Go to the documentation of this file.
81 const QList< QObject* > backends = retrieveInstancesIn(QFile::decodeName(KAUTH_BACKEND_PLUGIN_DIR));
91 const QList< QObject* > helpers = retrieveInstancesIn(QFile::decodeName(KAUTH_HELPER_PLUGIN_DIR));
105 kWarning() << "WARNING: KAuth was compiled with a working backend, but was unable to load it! Check your installation!";
114 kWarning() << "WARNING: KAuth was compiled with a working helper backend, but was unable to load it! "
Definition: HelperProxy.h:35
static AuthBackend * authBackend()
Definition: BackendsManager.cpp:120
QString filePath() const
void append(const T &value)
static HelperProxy * helperProxy()
Definition: BackendsManager.cpp:129
QString fileName() const
Definition: kaboutdata.h:33
Definition: AuthBackend.h:31
QString decodeName(const QByteArray &localFileName)
bool isLibrary(const QString &fileName)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.