Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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;\
}\
{\
return {};\
}
Definition qlist.h:80
#define Q_DECL_UNUSED
GLuint64 key
QAnyStringView interfaceName(const Interface &iface)
void load(const QString &fileName)
[28]

Definition at line 26 of file qqmldebugpluginmanager_p.h.