QCodeEdit
2.2
|
Utility file for shared library creation. More...
#include <qglobal.h>
Go to the source code of this file.
Classes | |
class | QCE::Registar< Registerable > |
Macros | |
#define | QCE_EXPORT Q_DECL_IMPORT |
Macro needed for cross-platform shared libraries creation. | |
#define | QCE_AUTO_REGISTER(T) static QCE::Registar<T> _auto_##T##_registar; \ |
Utility file for shared library creation.
#define QCE_EXPORT Q_DECL_IMPORT |
Macro needed for cross-platform shared libraries creation.
QCE_EXPORT