[Kde-bindings] kalyptus and preprocessor symbols
Thomas Moenicke
tm at ippfp.org
Sun Jul 2 22:35:37 UTC 2006
Hi,
#ifdef QT_KEYPAD_NAVIGATION
static void setKeypadNavigationEnabled(bool);
static bool keypadNavigationEnabled();
#endif
Kalyptus reads these method definitions and generates the code but compilation
fails with an 'is not a member of ...' error if the symbol
QT_KEYPAD_NAVIGATION isn't defined.
Is there a way to access information about these symbols in the AST?
--
Thomas
More information about the Kde-bindings
mailing list