Defines | |
| #define | QTIDY_EXPORT |
| #define | QTIDY_CALL static Bool |
| #define QTIDY_EXPORT |
The QTIDY_EXPORT macro marks the symbol of the given variable to be visible, so it can be used from outside the resulting library.
class QTIDY_EXPORT foo { }; int QTIDY_EXPORT bar();
| #define QTIDY_CALL static Bool |
Win32/64 __stdcall | __fastcall Implementation