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
qtresource.h File Reference

(8aefcd4756ad13dcb383e3ae09d0a17d4947fda2)

#include <QtCore/qtconfigmacros.h>
+ Include dependency graph for qtresource.h:

Go to the source code of this file.

Macros

#define Q_INIT_RESOURCE(name)
 
#define Q_CLEANUP_RESOURCE(name)
 

Macro Definition Documentation

◆ Q_CLEANUP_RESOURCE

#define Q_CLEANUP_RESOURCE ( name)
Value:
do { extern int QT_MANGLE_NAMESPACE(qCleanupResources_ ## name) (); \
QT_MANGLE_NAMESPACE(qCleanupResources_ ## name) (); } while (false)
GLuint name
#define QT_MANGLE_NAMESPACE(name)

Definition at line 17 of file qtresource.h.

Referenced by wrapInFunction().

◆ Q_INIT_RESOURCE

#define Q_INIT_RESOURCE ( name)