Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmldebugpluginmanager_p.h File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

#include <QDebug>
#include <private/qtqmlglobal_p.h>
#include <private/qfactoryloader_p.h>
+ Include dependency graph for qqmldebugpluginmanager_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define Q_QML_DEBUG_PLUGIN_LOADER(interfaceName)
 

Macro Definition Documentation

◆ Q_QML_DEBUG_PLUGIN_LOADER

#define Q_QML_DEBUG_PLUGIN_LOADER ( interfaceName)
Value:
{\
qWarning() << "Qml Debugger: QtQml is not configured for debugging. Ignoring request for"\
<< "debug plugin" << key;\
return 0;\
}\
Q_DECL_UNUSED static QList<QPluginParsedMetaData> metaDataFor##interfaceName()\
{\
return {};\
}
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
p1 load("image.bmp")
#define Q_DECL_UNUSED
GLuint64 key
QAnyStringView interfaceName(const Interface &iface)

Definition at line 26 of file qqmldebugpluginmanager_p.h.