Ticket #41155: patch4octave.diff
File patch4octave.diff, 38.6 KB (added by bpabbott@…, 11 years ago) |
---|
-
Qt3/Qsci/qsciabstractapis.h
26 26 #ifndef QSCIABSTRACTAPIS_H 27 27 #define QSCIABSTRACTAPIS_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 #include <qstringlist.h> 35 31 … … 99 95 QsciAbstractAPIs &operator=(const QsciAbstractAPIs &); 100 96 }; 101 97 102 #ifdef __APPLE__103 }104 #endif105 106 98 #endif -
Qt3/Qsci/qsciapis.h
26 26 #ifndef QSCIAPIS_H 27 27 #define QSCIAPIS_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 #include <qpair.h> 35 31 #include <qstringlist.h> … … 221 217 QsciAPIs &operator=(const QsciAPIs &); 222 218 }; 223 219 224 #ifdef __APPLE__225 }226 #endif227 228 220 #endif -
Qt3/Qsci/qscicommand.h
26 26 #ifndef QSCICOMMAND_H 27 27 #define QSCICOMMAND_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qstring.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 408 404 QsciCommand &operator=(const QsciCommand &); 409 405 }; 410 406 411 #ifdef __APPLE__412 }413 #endif414 415 407 #endif -
Qt3/Qsci/qscicommandset.h
26 26 #ifndef QSCICOMMANDSET_H 27 27 #define QSCICOMMANDSET_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qglobal.h> 34 30 35 31 #include <qptrlist.h> … … 95 91 QsciCommandSet &operator=(const QsciCommandSet &); 96 92 }; 97 93 98 #ifdef __APPLE__99 }100 #endif101 102 94 #endif -
Qt3/Qsci/qscidocument.h
26 26 #ifndef QSCIDOCUMENT_H 27 27 #define QSCIDOCUMENT_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <Qsci/qsciglobal.h> 34 30 35 31 … … 67 63 QsciDocumentP *pdoc; 68 64 }; 69 65 70 #ifdef __APPLE__71 }72 #endif73 74 66 #endif -
Qt3/Qsci/qsciglobal.h
26 26 #ifndef QSCIGLOBAL_H 27 27 #define QSCIGLOBAL_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qglobal.h> 34 30 35 31 … … 60 56 #define QT_END_NAMESPACE 61 57 #endif 62 58 63 #ifdef __APPLE__64 }65 #endif66 67 59 #endif -
Qt3/Qsci/qscilexer.h
26 26 #ifndef QSCILEXER_H 27 27 #define QSCILEXER_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qcolor.h> 34 30 #include <qfont.h> 35 31 #include <qmap.h> … … 356 352 QsciLexer &operator=(const QsciLexer &); 357 353 }; 358 354 359 #ifdef __APPLE__360 }361 #endif362 363 355 #endif -
Qt3/Qsci/qscilexerbash.h
26 26 #ifndef QSCILEXERBASH_H 27 27 #define QSCILEXERBASH_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 184 180 QsciLexerBash &operator=(const QsciLexerBash &); 185 181 }; 186 182 187 #ifdef __APPLE__188 }189 #endif190 191 183 #endif -
Qt3/Qsci/qscilexerbatch.h
26 26 #ifndef QSCILEXERBATCH_H 27 27 #define QSCILEXERBATCH_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 121 117 QsciLexerBatch &operator=(const QsciLexerBatch &); 122 118 }; 123 119 124 #ifdef __APPLE__125 }126 #endif127 128 120 #endif -
Qt3/Qsci/qscilexercmake.h
26 26 #ifndef QSCILEXERCMAKE_H 27 27 #define QSCILEXERCMAKE_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 166 162 QsciLexerCMake &operator=(const QsciLexerCMake &); 167 163 }; 168 164 169 #ifdef __APPLE__170 }171 #endif172 173 165 #endif -
Qt3/Qsci/qscilexercpp.h
26 26 #ifndef QSCILEXERCPP_H 27 27 #define QSCILEXERCPP_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 351 347 QsciLexerCPP &operator=(const QsciLexerCPP &); 352 348 }; 353 349 354 #ifdef __APPLE__355 }356 #endif357 358 350 #endif -
Qt3/Qsci/qscilexercsharp.h
26 26 #ifndef QSCILEXERCSHARP_H 27 27 #define QSCILEXERCSHARP_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 83 79 QsciLexerCSharp &operator=(const QsciLexerCSharp &); 84 80 }; 85 81 86 #ifdef __APPLE__87 }88 #endif89 90 82 #endif -
Qt3/Qsci/qscilexercss.h
26 26 #ifndef QSCILEXERCSS_H 27 27 #define QSCILEXERCSS_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 258 254 QsciLexerCSS &operator=(const QsciLexerCSS &); 259 255 }; 260 256 261 #ifdef __APPLE__262 }263 #endif264 265 257 #endif -
Qt3/Qsci/qscilexercustom.h
26 26 #ifndef QSCILEXERCUSTOM_H 27 27 #define QSCILEXERCUSTOM_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <Qsci/qsciglobal.h> 34 30 #include <Qsci/qscilexer.h> 35 31 … … 109 105 QsciLexerCustom &operator=(const QsciLexerCustom &); 110 106 }; 111 107 112 #ifdef __APPLE__113 }114 #endif115 116 108 #endif -
Qt3/Qsci/qscilexerd.h
26 26 #ifndef QSCILEXERD_H 27 27 #define QSCILEXERD_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 248 244 QsciLexerD &operator=(const QsciLexerD &); 249 245 }; 250 246 251 #ifdef __APPLE__252 }253 #endif254 255 247 #endif -
Qt3/Qsci/qscilexerdiff.h
26 26 #ifndef QSCILEXERDIFF_H 27 27 #define QSCILEXERDIFF_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 101 97 QsciLexerDiff &operator=(const QsciLexerDiff &); 102 98 }; 103 99 104 #ifdef __APPLE__105 }106 #endif107 108 100 #endif -
Qt3/Qsci/qscilexerfortran.h
26 26 #ifndef QSCILEXERFORTRAN_H 27 27 #define QSCILEXERFORTRAN_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 65 61 QsciLexerFortran &operator=(const QsciLexerFortran &); 66 62 }; 67 63 68 #ifdef __APPLE__69 }70 #endif71 72 64 #endif -
Qt3/Qsci/qscilexerfortran77.h
26 26 #ifndef QSCILEXERFORTRAN77_H 27 27 #define QSCILEXERFORTRAN77_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 174 170 QsciLexerFortran77 &operator=(const QsciLexerFortran77 &); 175 171 }; 176 172 177 #ifdef __APPLE__178 }179 #endif180 181 173 #endif -
Qt3/Qsci/qscilexerhtml.h
26 26 #ifndef QSCILEXERHTML_H 27 27 #define QSCILEXERHTML_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 538 534 QsciLexerHTML &operator=(const QsciLexerHTML &); 539 535 }; 540 536 541 #ifdef __APPLE__542 }543 #endif544 545 537 #endif -
Qt3/Qsci/qscilexeridl.h
26 26 #ifndef QSCILEXERIDL_H 27 27 #define QSCILEXERIDL_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 70 66 QsciLexerIDL &operator=(const QsciLexerIDL &); 71 67 }; 72 68 73 #ifdef __APPLE__74 }75 #endif76 77 69 #endif -
Qt3/Qsci/qscilexerjava.h
26 26 #ifndef QSCILEXERJAVA_H 27 27 #define QSCILEXERJAVA_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 61 57 QsciLexerJava &operator=(const QsciLexerJava &); 62 58 }; 63 59 64 #ifdef __APPLE__65 }66 #endif67 68 60 #endif -
Qt3/Qsci/qscilexerjavascript.h
26 26 #ifndef QSCILEXERJSCRIPT_H 27 27 #define QSCILEXERJSCRIPT_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 87 83 QsciLexerJavaScript &operator=(const QsciLexerJavaScript &); 88 84 }; 89 85 90 #ifdef __APPLE__91 }92 #endif93 94 86 #endif -
Qt3/Qsci/qscilexerlua.h
26 26 #ifndef QSCILEXERLUA_H 27 27 #define QSCILEXERLUA_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 200 196 QsciLexerLua &operator=(const QsciLexerLua &); 201 197 }; 202 198 203 #ifdef __APPLE__204 }205 #endif206 207 199 #endif -
Qt3/Qsci/qscilexermakefile.h
26 26 #ifndef QSCILEXERMAKEFILE_H 27 27 #define QSCILEXERMAKEFILE_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 111 107 QsciLexerMakefile &operator=(const QsciLexerMakefile &); 112 108 }; 113 109 114 #ifdef __APPLE__115 }116 #endif117 118 110 #endif -
Qt3/Qsci/qscilexermatlab.h
26 26 #ifndef QSCILEXERMATLAB_H 27 27 #define QSCILEXERMATLAB_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 110 106 QsciLexerMatlab &operator=(const QsciLexerMatlab &); 111 107 }; 112 108 113 #ifdef __APPLE__114 }115 #endif116 117 109 #endif -
Qt3/Qsci/qscilexeroctave.h
26 26 #ifndef QSCILEXEROCTAVE_H 27 27 #define QSCILEXEROCTAVE_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 66 62 QsciLexerOctave &operator=(const QsciLexerOctave &); 67 63 }; 68 64 69 #ifdef __APPLE__70 }71 #endif72 73 65 #endif -
Qt3/Qsci/qscilexerpascal.h
26 26 #ifndef QSCILEXERPASCAL_H 27 27 #define QSCILEXERPASCAL_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 233 229 QsciLexerPascal &operator=(const QsciLexerPascal &); 234 230 }; 235 231 236 #ifdef __APPLE__237 }238 #endif239 240 232 #endif -
Qt3/Qsci/qscilexerperl.h
26 26 #ifndef QSCILEXERPERL_H 27 27 #define QSCILEXERPERL_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 318 314 QsciLexerPerl &operator=(const QsciLexerPerl &); 319 315 }; 320 316 321 #ifdef __APPLE__322 }323 #endif324 325 317 #endif -
Qt3/Qsci/qscilexerpostscript.h
26 26 #ifndef QSCILEXERPOSTSCRIPT_H 27 27 #define QSCILEXERPOSTSCRIPT_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 210 206 QsciLexerPostScript &operator=(const QsciLexerPostScript &); 211 207 }; 212 208 213 #ifdef __APPLE__214 }215 #endif216 217 209 #endif -
Qt3/Qsci/qscilexerpov.h
26 26 #ifndef QSCILEXERPOV_H 27 27 #define QSCILEXERPOV_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 209 205 QsciLexerPOV &operator=(const QsciLexerPOV &); 210 206 }; 211 207 212 #ifdef __APPLE__213 }214 #endif215 216 208 #endif -
Qt3/Qsci/qscilexerproperties.h
26 26 #ifndef QSCILEXERPROPERTIES_H 27 27 #define QSCILEXERPROPERTIES_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 156 152 QsciLexerProperties &operator=(const QsciLexerProperties &); 157 153 }; 158 154 159 #ifdef __APPLE__160 }161 #endif162 163 155 #endif -
Qt3/Qsci/qscilexerpython.h
26 26 #ifndef QSCILEXERPYTHON_H 27 27 #define QSCILEXERPYTHON_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 327 323 QsciLexerPython &operator=(const QsciLexerPython &); 328 324 }; 329 325 330 #ifdef __APPLE__331 }332 #endif333 334 326 #endif -
Qt3/Qsci/qscilexerruby.h
26 26 #ifndef QSCILEXERRUBY_H 27 27 #define QSCILEXERRUBY_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 246 242 QsciLexerRuby &operator=(const QsciLexerRuby &); 247 243 }; 248 244 249 #ifdef __APPLE__250 }251 #endif252 253 245 #endif -
Qt3/Qsci/qscilexerspice.h
26 26 #ifndef QSCILEXERSPICE_H 27 27 #define QSCILEXERSPICE_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 112 108 QsciLexerSpice &operator=(const QsciLexerSpice &); 113 109 }; 114 110 115 #ifdef __APPLE__116 }117 #endif118 119 111 #endif -
Qt3/Qsci/qscilexersql.h
26 26 #ifndef QSCILEXERSQL_H 27 27 #define QSCILEXERSQL_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 289 285 QsciLexerSQL &operator=(const QsciLexerSQL &); 290 286 }; 291 287 292 #ifdef __APPLE__293 }294 #endif295 296 288 #endif -
Qt3/Qsci/qscilexertcl.h
26 26 #ifndef QSCILEXERTCL_H 27 27 #define QSCILEXERTCL_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 195 191 QsciLexerTCL &operator=(const QsciLexerTCL &); 196 192 }; 197 193 198 #ifdef __APPLE__199 }200 #endif201 202 194 #endif -
Qt3/Qsci/qscilexertex.h
26 26 #ifndef QSCILEXERTEX_H 27 27 #define QSCILEXERTEX_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 169 165 QsciLexerTeX &operator=(const QsciLexerTeX &); 170 166 }; 171 167 172 #ifdef __APPLE__173 }174 #endif175 176 168 #endif -
Qt3/Qsci/qscilexerverilog.h
26 26 #ifndef QSCILEXERVERILOG_H 27 27 #define QSCILEXERVERILOG_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 229 225 QsciLexerVerilog &operator=(const QsciLexerVerilog &); 230 226 }; 231 227 232 #ifdef __APPLE__233 }234 #endif235 236 228 #endif -
Qt3/Qsci/qscilexervhdl.h
26 26 #ifndef QSCILEXERVHDL_H 27 27 #define QSCILEXERVHDL_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 224 220 QsciLexerVHDL &operator=(const QsciLexerVHDL &); 225 221 }; 226 222 227 #ifdef __APPLE__228 }229 #endif230 231 223 #endif -
Qt3/Qsci/qscilexerxml.h
26 26 #ifndef QSCILEXERXML_H 27 27 #define QSCILEXERXML_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 112 108 QsciLexerXML &operator=(const QsciLexerXML &); 113 109 }; 114 110 115 #ifdef __APPLE__116 }117 #endif118 119 111 #endif -
Qt3/Qsci/qscilexeryaml.h
26 26 #ifndef QSCILEXERYAML_H 27 27 #define QSCILEXERYAML_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 153 149 QsciLexerYAML &operator=(const QsciLexerYAML &); 154 150 }; 155 151 156 #ifdef __APPLE__157 }158 #endif159 160 152 #endif -
Qt3/Qsci/qscimacro.h
26 26 #ifndef QSCIMACRO_H 27 27 #define QSCIMACRO_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 #include <qstring.h> 35 31 … … 105 101 QsciMacro &operator=(const QsciMacro &); 106 102 }; 107 103 108 #ifdef __APPLE__109 }110 #endif111 112 104 #endif -
Qt3/Qsci/qsciprinter.h
26 26 #ifndef QSCIPRINTER_H 27 27 #define QSCIPRINTER_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 // This is needed for Qt v5.0.0-alpha. 34 30 #if defined(B0) 35 31 #undef B0 … … 114 110 QsciPrinter &operator=(const QsciPrinter &); 115 111 }; 116 112 117 #ifdef __APPLE__118 }119 #endif120 121 113 #endif -
Qt3/Qsci/qsciscintilla.h
27 27 #ifndef QSCISCINTILLA_H 28 28 #define QSCISCINTILLA_H 29 29 30 #ifdef __APPLE__31 extern "C++" {32 #endif33 34 30 #include <qobject.h> 35 31 #include <qstringlist.h> 36 32 … … 2085 2081 QsciScintilla &operator=(const QsciScintilla &); 2086 2082 }; 2087 2083 2088 #ifdef __APPLE__2089 }2090 #endif2091 2092 2084 #endif -
Qt3/Qsci/qsciscintillabase.h
26 26 #ifndef QSCISCINTILLABASE_H 27 27 #define QSCISCINTILLABASE_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qglobal.h> 34 30 35 31 #include <qwidget.h> … … 3309 3305 QsciScintillaBase &operator=(const QsciScintillaBase &); 3310 3306 }; 3311 3307 3312 #ifdef __APPLE__3313 }3314 #endif3315 3316 3308 #endif -
Qt3/Qsci/qscistyle.h
26 26 #ifndef QSCISTYLE_H 27 27 #define QSCISTYLE_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qcolor.h> 34 30 #include <qfont.h> 35 31 #include <qstring.h> … … 195 191 void init(int style); 196 192 }; 197 193 198 #ifdef __APPLE__199 }200 #endif201 202 194 #endif -
Qt3/Qsci/qscistyledtext.h
26 26 #ifndef QSCISTYLEDTEXT_H 27 27 #define QSCISTYLEDTEXT_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qstring.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 70 66 const QsciStyle *explicit_style; 71 67 }; 72 68 73 #ifdef __APPLE__74 }75 #endif76 77 69 #endif -
Qt4Qt5/Qsci/qsciabstractapis.h
26 26 #ifndef QSCIABSTRACTAPIS_H 27 27 #define QSCIABSTRACTAPIS_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 #include <qstringlist.h> 35 31 … … 98 94 QsciAbstractAPIs &operator=(const QsciAbstractAPIs &); 99 95 }; 100 96 101 #ifdef __APPLE__102 }103 #endif104 105 97 #endif -
Qt4Qt5/Qsci/qsciapis.h
26 26 #ifndef QSCIAPIS_H 27 27 #define QSCIAPIS_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 #include <qpair.h> 35 31 #include <qstringlist.h> … … 221 217 QsciAPIs &operator=(const QsciAPIs &); 222 218 }; 223 219 224 #ifdef __APPLE__225 }226 #endif227 228 220 #endif -
Qt4Qt5/Qsci/qscicommand.h
26 26 #ifndef QSCICOMMAND_H 27 27 #define QSCICOMMAND_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qstring.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 408 404 QsciCommand &operator=(const QsciCommand &); 409 405 }; 410 406 411 #ifdef __APPLE__412 }413 #endif414 415 407 #endif -
Qt4Qt5/Qsci/qscicommandset.h
26 26 #ifndef QSCICOMMANDSET_H 27 27 #define QSCICOMMANDSET_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qglobal.h> 34 30 35 31 #include <QList> … … 95 91 QsciCommandSet &operator=(const QsciCommandSet &); 96 92 }; 97 93 98 #ifdef __APPLE__99 }100 #endif101 102 94 #endif -
Qt4Qt5/Qsci/qscidocument.h
26 26 #ifndef QSCIDOCUMENT_H 27 27 #define QSCIDOCUMENT_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <Qsci/qsciglobal.h> 34 30 35 31 … … 67 63 QsciDocumentP *pdoc; 68 64 }; 69 65 70 #ifdef __APPLE__71 }72 #endif73 74 66 #endif -
Qt4Qt5/Qsci/qsciglobal.h
26 26 #ifndef QSCIGLOBAL_H 27 27 #define QSCIGLOBAL_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qglobal.h> 34 30 35 31 … … 60 56 #define QT_END_NAMESPACE 61 57 #endif 62 58 63 #ifdef __APPLE__64 }65 #endif66 67 59 #endif -
Qt4Qt5/Qsci/qscilexer.h
26 26 #ifndef QSCILEXER_H 27 27 #define QSCILEXER_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qcolor.h> 34 30 #include <qfont.h> 35 31 #include <qmap.h> … … 356 352 QsciLexer &operator=(const QsciLexer &); 357 353 }; 358 354 359 #ifdef __APPLE__360 }361 #endif362 363 355 #endif -
Qt4Qt5/Qsci/qscilexerbash.h
26 26 #ifndef QSCILEXERBASH_H 27 27 #define QSCILEXERBASH_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 184 180 QsciLexerBash &operator=(const QsciLexerBash &); 185 181 }; 186 182 187 #ifdef __APPLE__188 }189 #endif190 191 183 #endif -
Qt4Qt5/Qsci/qscilexerbatch.h
26 26 #ifndef QSCILEXERBATCH_H 27 27 #define QSCILEXERBATCH_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 121 117 QsciLexerBatch &operator=(const QsciLexerBatch &); 122 118 }; 123 119 124 #ifdef __APPLE__125 }126 #endif127 128 120 #endif -
Qt4Qt5/Qsci/qscilexercmake.h
26 26 #ifndef QSCILEXERCMAKE_H 27 27 #define QSCILEXERCMAKE_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 166 162 QsciLexerCMake &operator=(const QsciLexerCMake &); 167 163 }; 168 164 169 #ifdef __APPLE__170 }171 #endif172 173 165 #endif -
Qt4Qt5/Qsci/qscilexercpp.h
26 26 #ifndef QSCILEXERCPP_H 27 27 #define QSCILEXERCPP_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 349 345 QsciLexerCPP &operator=(const QsciLexerCPP &); 350 346 }; 351 347 352 #ifdef __APPLE__353 }354 #endif355 356 348 #endif -
Qt4Qt5/Qsci/qscilexercsharp.h
26 26 #ifndef QSCILEXERCSHARP_H 27 27 #define QSCILEXERCSHARP_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 83 79 QsciLexerCSharp &operator=(const QsciLexerCSharp &); 84 80 }; 85 81 86 #ifdef __APPLE__87 }88 #endif89 90 82 #endif -
Qt4Qt5/Qsci/qscilexercss.h
26 26 #ifndef QSCILEXERCSS_H 27 27 #define QSCILEXERCSS_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 258 254 QsciLexerCSS &operator=(const QsciLexerCSS &); 259 255 }; 260 256 261 #ifdef __APPLE__262 }263 #endif264 265 257 #endif -
Qt4Qt5/Qsci/qscilexercustom.h
26 26 #ifndef QSCILEXERCUSTOM_H 27 27 #define QSCILEXERCUSTOM_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <Qsci/qsciglobal.h> 34 30 #include <Qsci/qscilexer.h> 35 31 … … 109 105 QsciLexerCustom &operator=(const QsciLexerCustom &); 110 106 }; 111 107 112 #ifdef __APPLE__113 }114 #endif115 116 108 #endif -
Qt4Qt5/Qsci/qscilexerd.h
26 26 #ifndef QSCILEXERD_H 27 27 #define QSCILEXERD_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 248 244 QsciLexerD &operator=(const QsciLexerD &); 249 245 }; 250 246 251 #ifdef __APPLE__252 }253 #endif254 255 247 #endif -
Qt4Qt5/Qsci/qscilexerdiff.h
26 26 #ifndef QSCILEXERDIFF_H 27 27 #define QSCILEXERDIFF_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 101 97 QsciLexerDiff &operator=(const QsciLexerDiff &); 102 98 }; 103 99 104 #ifdef __APPLE__105 }106 #endif107 108 100 #endif -
Qt4Qt5/Qsci/qscilexerfortran.h
26 26 #ifndef QSCILEXERFORTRAN_H 27 27 #define QSCILEXERFORTRAN_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 65 61 QsciLexerFortran &operator=(const QsciLexerFortran &); 66 62 }; 67 63 68 #ifdef __APPLE__69 }70 #endif71 72 64 #endif -
Qt4Qt5/Qsci/qscilexerfortran77.h
26 26 #ifndef QSCILEXERFORTRAN77_H 27 27 #define QSCILEXERFORTRAN77_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 174 170 QsciLexerFortran77 &operator=(const QsciLexerFortran77 &); 175 171 }; 176 172 177 #ifdef __APPLE__178 }179 #endif180 181 173 #endif -
Qt4Qt5/Qsci/qscilexerhtml.h
26 26 #ifndef QSCILEXERHTML_H 27 27 #define QSCILEXERHTML_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 538 534 QsciLexerHTML &operator=(const QsciLexerHTML &); 539 535 }; 540 536 541 #ifdef __APPLE__542 }543 #endif544 545 537 #endif -
Qt4Qt5/Qsci/qscilexeridl.h
26 26 #ifndef QSCILEXERIDL_H 27 27 #define QSCILEXERIDL_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 70 66 QsciLexerIDL &operator=(const QsciLexerIDL &); 71 67 }; 72 68 73 #ifdef __APPLE__74 }75 #endif76 77 69 #endif -
Qt4Qt5/Qsci/qscilexerjava.h
26 26 #ifndef QSCILEXERJAVA_H 27 27 #define QSCILEXERJAVA_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 61 57 QsciLexerJava &operator=(const QsciLexerJava &); 62 58 }; 63 59 64 #ifdef __APPLE__65 }66 #endif67 68 60 #endif -
Qt4Qt5/Qsci/qscilexerjavascript.h
26 26 #ifndef QSCILEXERJSCRIPT_H 27 27 #define QSCILEXERJSCRIPT_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 87 83 QsciLexerJavaScript &operator=(const QsciLexerJavaScript &); 88 84 }; 89 85 90 #ifdef __APPLE__91 }92 #endif93 94 86 #endif -
Qt4Qt5/Qsci/qscilexerlua.h
26 26 #ifndef QSCILEXERLUA_H 27 27 #define QSCILEXERLUA_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 200 196 QsciLexerLua &operator=(const QsciLexerLua &); 201 197 }; 202 198 203 #ifdef __APPLE__204 }205 #endif206 207 199 #endif -
Qt4Qt5/Qsci/qscilexermakefile.h
26 26 #ifndef QSCILEXERMAKEFILE_H 27 27 #define QSCILEXERMAKEFILE_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 111 107 QsciLexerMakefile &operator=(const QsciLexerMakefile &); 112 108 }; 113 109 114 #ifdef __APPLE__115 }116 #endif117 118 110 #endif -
Qt4Qt5/Qsci/qscilexermatlab.h
26 26 #ifndef QSCILEXERMATLAB_H 27 27 #define QSCILEXERMATLAB_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 110 106 QsciLexerMatlab &operator=(const QsciLexerMatlab &); 111 107 }; 112 108 113 #ifdef __APPLE__114 }115 #endif116 117 109 #endif -
Qt4Qt5/Qsci/qscilexeroctave.h
26 26 #ifndef QSCILEXEROCTAVE_H 27 27 #define QSCILEXEROCTAVE_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 66 62 QsciLexerOctave &operator=(const QsciLexerOctave &); 67 63 }; 68 64 69 #ifdef __APPLE__70 }71 #endif72 73 65 #endif -
Qt4Qt5/Qsci/qscilexerpascal.h
26 26 #ifndef QSCILEXERPASCAL_H 27 27 #define QSCILEXERPASCAL_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 233 229 QsciLexerPascal &operator=(const QsciLexerPascal &); 234 230 }; 235 231 236 #ifdef __APPLE__237 }238 #endif239 240 232 #endif -
Qt4Qt5/Qsci/qscilexerperl.h
26 26 #ifndef QSCILEXERPERL_H 27 27 #define QSCILEXERPERL_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 318 314 QsciLexerPerl &operator=(const QsciLexerPerl &); 319 315 }; 320 316 321 #ifdef __APPLE__322 }323 #endif324 325 317 #endif -
Qt4Qt5/Qsci/qscilexerpostscript.h
26 26 #ifndef QSCILEXERPOSTSCRIPT_H 27 27 #define QSCILEXERPOSTSCRIPT_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 210 206 QsciLexerPostScript &operator=(const QsciLexerPostScript &); 211 207 }; 212 208 213 #ifdef __APPLE__214 }215 #endif216 217 209 #endif -
Qt4Qt5/Qsci/qscilexerpov.h
26 26 #ifndef QSCILEXERPOV_H 27 27 #define QSCILEXERPOV_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 209 205 QsciLexerPOV &operator=(const QsciLexerPOV &); 210 206 }; 211 207 212 #ifdef __APPLE__213 }214 #endif215 216 208 #endif -
Qt4Qt5/Qsci/qscilexerproperties.h
26 26 #ifndef QSCILEXERPROPERTIES_H 27 27 #define QSCILEXERPROPERTIES_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 156 152 QsciLexerProperties &operator=(const QsciLexerProperties &); 157 153 }; 158 154 159 #ifdef __APPLE__160 }161 #endif162 163 155 #endif -
Qt4Qt5/Qsci/qscilexerpython.h
26 26 #ifndef QSCILEXERPYTHON_H 27 27 #define QSCILEXERPYTHON_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 327 323 QsciLexerPython &operator=(const QsciLexerPython &); 328 324 }; 329 325 330 #ifdef __APPLE__331 }332 #endif333 334 326 #endif -
Qt4Qt5/Qsci/qscilexerruby.h
26 26 #ifndef QSCILEXERRUBY_H 27 27 #define QSCILEXERRUBY_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 246 242 QsciLexerRuby &operator=(const QsciLexerRuby &); 247 243 }; 248 244 249 #ifdef __APPLE__250 }251 #endif252 253 245 #endif -
Qt4Qt5/Qsci/qscilexerspice.h
26 26 #ifndef QSCILEXERSPICE_H 27 27 #define QSCILEXERSPICE_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 112 108 QsciLexerSpice &operator=(const QsciLexerSpice &); 113 109 }; 114 110 115 #ifdef __APPLE__116 }117 #endif118 119 111 #endif -
Qt4Qt5/Qsci/qscilexersql.h
26 26 #ifndef QSCILEXERSQL_H 27 27 #define QSCILEXERSQL_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 289 285 QsciLexerSQL &operator=(const QsciLexerSQL &); 290 286 }; 291 287 292 #ifdef __APPLE__293 }294 #endif295 296 288 #endif -
Qt4Qt5/Qsci/qscilexertcl.h
26 26 #ifndef QSCILEXERTCL_H 27 27 #define QSCILEXERTCL_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 195 191 QsciLexerTCL &operator=(const QsciLexerTCL &); 196 192 }; 197 193 198 #ifdef __APPLE__199 }200 #endif201 202 194 #endif -
Qt4Qt5/Qsci/qscilexertex.h
26 26 #ifndef QSCILEXERTEX_H 27 27 #define QSCILEXERTEX_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 169 165 QsciLexerTeX &operator=(const QsciLexerTeX &); 170 166 }; 171 167 172 #ifdef __APPLE__173 }174 #endif175 176 168 #endif -
Qt4Qt5/Qsci/qscilexerverilog.h
26 26 #ifndef QSCILEXERVERILOG_H 27 27 #define QSCILEXERVERILOG_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 229 225 QsciLexerVerilog &operator=(const QsciLexerVerilog &); 230 226 }; 231 227 232 #ifdef __APPLE__233 }234 #endif235 236 228 #endif -
Qt4Qt5/Qsci/qscilexervhdl.h
26 26 #ifndef QSCILEXERVHDL_H 27 27 #define QSCILEXERVHDL_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 224 220 QsciLexerVHDL &operator=(const QsciLexerVHDL &); 225 221 }; 226 222 227 #ifdef __APPLE__228 }229 #endif230 231 223 #endif -
Qt4Qt5/Qsci/qscilexerxml.h
26 26 #ifndef QSCILEXERXML_H 27 27 #define QSCILEXERXML_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 112 108 QsciLexerXML &operator=(const QsciLexerXML &); 113 109 }; 114 110 115 #ifdef __APPLE__116 }117 #endif118 119 111 #endif -
Qt4Qt5/Qsci/qscilexeryaml.h
26 26 #ifndef QSCILEXERYAML_H 27 27 #define QSCILEXERYAML_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 153 149 QsciLexerYAML &operator=(const QsciLexerYAML &); 154 150 }; 155 151 156 #ifdef __APPLE__157 }158 #endif159 160 152 #endif -
Qt4Qt5/Qsci/qscimacro.h
26 26 #ifndef QSCIMACRO_H 27 27 #define QSCIMACRO_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qobject.h> 34 30 #include <qstring.h> 35 31 … … 105 101 QsciMacro &operator=(const QsciMacro &); 106 102 }; 107 103 108 #ifdef __APPLE__109 }110 #endif111 112 104 #endif -
Qt4Qt5/Qsci/qsciprinter.h
26 26 #ifndef QSCIPRINTER_H 27 27 #define QSCIPRINTER_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 // This is needed for Qt v5.0.0-alpha. 34 30 #if defined(B0) 35 31 #undef B0 … … 114 110 QsciPrinter &operator=(const QsciPrinter &); 115 111 }; 116 112 117 #ifdef __APPLE__118 }119 #endif120 121 113 #endif -
Qt4Qt5/Qsci/qsciscintilla.h
27 27 #ifndef QSCISCINTILLA_H 28 28 #define QSCISCINTILLA_H 29 29 30 #ifdef __APPLE__31 extern "C++" {32 #endif33 34 30 #include <qobject.h> 35 31 #include <qstringlist.h> 36 32 … … 2097 2093 QsciScintilla &operator=(const QsciScintilla &); 2098 2094 }; 2099 2095 2100 #ifdef __APPLE__2101 }2102 #endif2103 2104 2096 #endif -
Qt4Qt5/Qsci/qsciscintillabase.h
26 26 #ifndef QSCISCINTILLABASE_H 27 27 #define QSCISCINTILLABASE_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qglobal.h> 34 30 35 31 #include <QAbstractScrollArea> … … 3322 3318 QsciScintillaBase &operator=(const QsciScintillaBase &); 3323 3319 }; 3324 3320 3325 #ifdef __APPLE__3326 }3327 #endif3328 3329 3321 #endif -
Qt4Qt5/Qsci/qscistyle.h
26 26 #ifndef QSCISTYLE_H 27 27 #define QSCISTYLE_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qcolor.h> 34 30 #include <qfont.h> 35 31 #include <qstring.h> … … 195 191 void init(int style); 196 192 }; 197 193 198 #ifdef __APPLE__199 }200 #endif201 202 194 #endif -
Qt4Qt5/Qsci/qscistyledtext.h
26 26 #ifndef QSCISTYLEDTEXT_H 27 27 #define QSCISTYLEDTEXT_H 28 28 29 #ifdef __APPLE__30 extern "C++" {31 #endif32 33 29 #include <qstring.h> 34 30 35 31 #include <Qsci/qsciglobal.h> … … 68 64 const QsciStyle *explicit_style; 69 65 }; 70 66 71 #ifdef __APPLE__72 }73 #endif74 75 67 #endif