Fix _QextScintilla

pull/1/head
Timothy Pearson 13 years ago
parent f2fc430b75
commit 93bafd4d02

@ -898,46 +898,46 @@ public:
sipWrapperType **type;
int yes, no;
} graph[] = {
{sipName_TQextScintillaLexer, &sipClass_TQextScintillaLexer, 3, 1},
{sipName_TQextScintillaBase, &sipClass_TQextScintillaBase, 15, 2},
{sipName_TQextScintillaMacro, &sipClass_TQextScintillaMacro, -1, -1},
{sipName_QextScintillaLexer, &sipClass_QextScintillaLexer, 3, 1},
{sipName_QextScintillaBase, &sipClass_QextScintillaBase, 15, 2},
{sipName_QextScintillaMacro, &sipClass_QextScintillaMacro, -1, -1},
#if TQSCINTILLA_VERSION >= 0x010300
{sipName_TQextScintillaLexerPerl, &sipClass_TQextScintillaLexerPerl, -1, 4},
{sipName_QextScintillaLexerPerl, &sipClass_QextScintillaLexerPerl, -1, 4},
#else
{NULL, NULL, -1, 4},
#endif
#if TQSCINTILLA_VERSION >= 0x010100
{sipName_TQextScintillaLexerHTML, &sipClass_TQextScintillaLexerHTML, -1, 5},
{sipName_QextScintillaLexerHTML, &sipClass_QextScintillaLexerHTML, -1, 5},
#else
{NULL, NULL, -1, 5},
#endif
#if TQSCINTILLA_VERSION >= 0x010500
{sipName_TQextScintillaLexerRuby, &sipClass_TQextScintillaLexerRuby, -1, 6},
{sipName_QextScintillaLexerRuby, &sipClass_QextScintillaLexerRuby, -1, 6},
#else
{NULL, NULL, -1, 6},
#endif
{sipName_TQextScintillaLexerCPP, &sipClass_TQextScintillaLexerCPP, 11, 7},
{sipName_TQextScintillaLexerPython, &sipClass_TQextScintillaLexerPython, -1, 8},
{sipName_QextScintillaLexerCPP, &sipClass_QextScintillaLexerCPP, 11, 7},
{sipName_QextScintillaLexerPython, &sipClass_QextScintillaLexerPython, -1, 8},
#if TQSCINTILLA_VERSION >= 0x010100
{sipName_TQextScintillaLexerSQL, &sipClass_TQextScintillaLexerSQL, -1, 9},
{sipName_QextScintillaLexerSQL, &sipClass_QextScintillaLexerSQL, -1, 9},
#else
{NULL, NULL, -1, 9},
#endif
#if TQSCINTILLA_VERSION >= 0x010400
{sipName_TQextScintillaLexerBash, &sipClass_TQextScintillaLexerBash, -1, 10},
{sipName_QextScintillaLexerBash, &sipClass_QextScintillaLexerBash, -1, 10},
#else
{NULL, NULL, -1, 10},
#endif
#if TQSCINTILLA_VERSION >= 0x010500
{sipName_TQextScintillaLexerLua, &sipClass_TQextScintillaLexerLua, -1, -1},
{sipName_QextScintillaLexerLua, &sipClass_QextScintillaLexerLua, -1, -1},
#else
{NULL, NULL, -1, -1},
#endif
{sipName_TQextScintillaLexerIDL, &sipClass_TQextScintillaLexerIDL, -1, 12},
{sipName_TQextScintillaLexerJavaScript, &sipClass_TQextScintillaLexerJavaScript, -1, 13},
{sipName_TQextScintillaLexerCSharp, &sipClass_TQextScintillaLexerCSharp, -1, 14},
{sipName_TQextScintillaLexerJava, &sipClass_TQextScintillaLexerJava, -1, -1},
{sipName_TQextScintilla, &sipClass_TQextScintilla, -1, -1},
{sipName_QextScintillaLexerIDL, &sipClass_QextScintillaLexerIDL, -1, 12},
{sipName_QextScintillaLexerJavaScript, &sipClass_QextScintillaLexerJavaScript, -1, 13},
{sipName_QextScintillaLexerCSharp, &sipClass_QextScintillaLexerCSharp, -1, 14},
{sipName_QextScintillaLexerJava, &sipClass_QextScintillaLexerJava, -1, -1},
{sipName_QextScintilla, &sipClass_QextScintilla, -1, -1},
};
int i = 0;

Loading…
Cancel
Save