45 #include "private/qfactoryloader_p.h" 51 #if !defined(Q_OS_WIN32) || defined(QT_MAKEDLL) 58 #endif //QT_NO_LIBRARY 88 #if !defined(Q_OS_WIN32) || defined(QT_MAKEDLL) 91 return factory->create(driver, specification);
106 #if !defined(Q_OS_WIN32) || defined(QT_MAKEDLL) 107 #ifndef QT_NO_LIBRARY 109 for (
int i = 0; i < plugins.
size(); ++i) {
111 list += plugins.
at(i);
113 #endif //QT_NO_LIBRARY
#define QT_END_NAMESPACE
This macro expands to.
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
#define QGenericPluginFactoryInterface_iid
static QObject * create(const QString &, const QString &)
#define QT_BEGIN_NAMESPACE
This macro expands to.
const T & at(int i) const
Returns the item at index position i in the list.
The QStringList class provides a list of strings.
static QStringList keys()
Returns the list of valid keys, i.e.
QBool contains(const QString &str, Qt::CaseSensitivity cs=Qt::CaseSensitive) const
Returns true if the list contains the string str; otherwise returns false.
QString toLower() const Q_REQUIRED_RESULT
Returns a lowercase copy of the string.
int size() const
Returns the number of items in the list.
#define Q_GLOBAL_STATIC_WITH_ARGS(TYPE, NAME, ARGS)
Declares a global static variable with the specified type and name.