Qt 4.8
|
#include "qplatformintegrationfactory_qpa_p.h"
#include <QPlatformIntegrationPlugin>
#include "private/qfactoryloader_p.h"
#include "qmutex.h"
#include "qapplication.h"
#include "qdebug.h"
Go to the source code of this file.
Functions | |
Q_GLOBAL_STATIC_WITH_ARGS (QFactoryLoader, loader,(QPlatformIntegrationFactoryInterface_iid, QLatin1String("/platforms"), Qt::CaseInsensitive)) Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader | |
QLatin1String ("") | |
Variables | |
directLoader | |
QPlatformIntegrationFactoryInterface_iid | |
Q_GLOBAL_STATIC_WITH_ARGS | ( | QFactoryLoader | , |
loader | , | ||
(QPlatformIntegrationFactoryInterface_iid, QLatin1String("/platforms"), Qt::CaseInsensitive) | |||
) |
QLatin1String | ( | "" | ) |
Referenced by QPlatformIntegrationFactory::keys().
directLoader |
Definition at line 55 of file qplatformintegrationfactory_qpa.cpp.
Referenced by QPlatformIntegrationFactory::create(), and QPlatformIntegrationFactory::keys().
QPlatformIntegrationFactoryInterface_iid |
Definition at line 55 of file qplatformintegrationfactory_qpa.cpp.