|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
Import/export macro for the db library, plus the central list of DB entry pointer types declared opaque to Qt's metatype system.
More...
#include <QtCore/qglobal.h>Go to the source code of this file.
Macros | |
| #define | DB_AUTOPORT Q_DECL_IMPORT |
| Expands to the correct dllexport/dllimport decoration for this library. | |
Import/export macro for the db library, plus the central list of DB entry pointer types declared opaque to Qt's metatype system.
The db counterpart to savefile_autoport.h. Unlike the savefile tree (whose objects QML traverses, so they must be complete types), DB entry pointers are declared opaque here once and shared library-wide – QML reaches DB entries through invokable accessors, not by traversing a deep property chain.
Definition in file db_autoport.h.
| #define DB_AUTOPORT Q_DECL_IMPORT |
Expands to the correct dllexport/dllimport decoration for this library.
Definition at line 37 of file db_autoport.h.