Ticket #51437: patch-remove_extern.diff
File patch-remove_extern.diff, 20.9 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 8 years ago) |
---|
-
Qt4Qt5/Qsci/qsciabstractapis.h
old new 21 21 #ifndef QSCIABSTRACTAPIS_H 22 22 #define QSCIABSTRACTAPIS_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QList> 29 25 #include <QObject> 30 26 #include <QStringList> … … 91 87 QsciAbstractAPIs &operator=(const QsciAbstractAPIs &); 92 88 }; 93 89 94 #ifdef __APPLE__95 }96 #endif97 98 90 #endif -
Qt4Qt5/Qsci/qsciapis.h
old new 21 21 #ifndef QSCIAPIS_H 22 22 #define QSCIAPIS_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QList> 29 25 #include <QObject> 30 26 #include <QPair> … … 214 210 QsciAPIs &operator=(const QsciAPIs &); 215 211 }; 216 212 217 #ifdef __APPLE__218 }219 #endif220 221 213 #endif -
Qt4Qt5/Qsci/qscicommand.h
old new 21 21 #ifndef QSCICOMMAND_H 22 22 #define QSCICOMMAND_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <qstring.h> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 406 402 QsciCommand &operator=(const QsciCommand &); 407 403 }; 408 404 409 #ifdef __APPLE__410 }411 #endif412 413 405 #endif -
Qt4Qt5/Qsci/qscicommandset.h
old new 21 21 #ifndef QSCICOMMANDSET_H 22 22 #define QSCICOMMANDSET_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <qglobal.h> 29 25 30 26 #include <QList> … … 90 86 QsciCommandSet &operator=(const QsciCommandSet &); 91 87 }; 92 88 93 #ifdef __APPLE__94 }95 #endif96 97 89 #endif -
Qt4Qt5/Qsci/qscidocument.h
old new 21 21 #ifndef QSCIDOCUMENT_H 22 22 #define QSCIDOCUMENT_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <Qsci/qsciglobal.h> 29 25 30 26 … … 62 58 QsciDocumentP *pdoc; 63 59 }; 64 60 65 #ifdef __APPLE__66 }67 #endif68 69 61 #endif -
Qt4Qt5/Qsci/qsciglobal.h
old new 21 21 #ifndef QSCIGLOBAL_H 22 22 #define QSCIGLOBAL_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <qglobal.h> 29 25 30 26 … … 49 45 #define QT_END_NAMESPACE 50 46 #endif 51 47 52 #ifdef __APPLE__53 }54 #endif55 56 48 #endif -
Qt4Qt5/Qsci/qscilexer.h
old new 21 21 #ifndef QSCILEXER_H 22 22 #define QSCILEXER_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QColor> 29 25 #include <QFont> 30 26 #include <QMap> … … 351 347 QsciLexer &operator=(const QsciLexer &); 352 348 }; 353 349 354 #ifdef __APPLE__355 }356 #endif357 358 350 #endif -
Qt4Qt5/Qsci/qscilexeravs.h
old new 21 21 #ifndef QSCILEXERAVS_H 22 22 #define QSCILEXERAVS_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 175 171 QsciLexerAVS &operator=(const QsciLexerAVS &); 176 172 }; 177 173 178 #ifdef __APPLE__179 }180 #endif181 182 174 #endif -
Qt4Qt5/Qsci/qscilexerbash.h
old new 21 21 #ifndef QSCILEXERBASH_H 22 22 #define QSCILEXERBASH_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 179 175 QsciLexerBash &operator=(const QsciLexerBash &); 180 176 }; 181 177 182 #ifdef __APPLE__183 }184 #endif185 186 178 #endif -
Qt4Qt5/Qsci/qscilexerbatch.h
old new 21 21 #ifndef QSCILEXERBATCH_H 22 22 #define QSCILEXERBATCH_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 116 112 QsciLexerBatch &operator=(const QsciLexerBatch &); 117 113 }; 118 114 119 #ifdef __APPLE__120 }121 #endif122 123 115 #endif -
Qt4Qt5/Qsci/qscilexercmake.h
old new 21 21 #ifndef QSCILEXERCMAKE_H 22 22 #define QSCILEXERCMAKE_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 161 157 QsciLexerCMake &operator=(const QsciLexerCMake &); 162 158 }; 163 159 164 #ifdef __APPLE__165 }166 #endif167 168 160 #endif -
Qt4Qt5/Qsci/qscilexercoffeescript.h
old new 21 21 #ifndef QSCILEXERCOFFEESCRIPT_H 22 22 #define QSCILEXERCOFFEESCRIPT_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 262 258 QsciLexerCoffeeScript &operator=(const QsciLexerCoffeeScript &); 263 259 }; 264 260 265 #ifdef __APPLE__266 }267 #endif268 269 261 #endif -
Qt4Qt5/Qsci/qscilexercpp.h
old new 21 21 #ifndef QSCILEXERCPP_H 22 22 #define QSCILEXERCPP_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 399 395 QsciLexerCPP &operator=(const QsciLexerCPP &); 400 396 }; 401 397 402 #ifdef __APPLE__403 }404 #endif405 406 398 #endif -
Qt4Qt5/Qsci/qscilexercsharp.h
old new 21 21 #ifndef QSCILEXERCSHARP_H 22 22 #define QSCILEXERCSHARP_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 78 74 QsciLexerCSharp &operator=(const QsciLexerCSharp &); 79 75 }; 80 76 81 #ifdef __APPLE__82 }83 #endif84 85 77 #endif -
Qt4Qt5/Qsci/qscilexercss.h
old new 21 21 #ifndef QSCILEXERCSS_H 22 22 #define QSCILEXERCSS_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 253 249 QsciLexerCSS &operator=(const QsciLexerCSS &); 254 250 }; 255 251 256 #ifdef __APPLE__257 }258 #endif259 260 252 #endif -
Qt4Qt5/Qsci/qscilexercustom.h
old new 21 21 #ifndef QSCILEXERCUSTOM_H 22 22 #define QSCILEXERCUSTOM_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <Qsci/qsciglobal.h> 29 25 #include <Qsci/qscilexer.h> 30 26 … … 104 100 QsciLexerCustom &operator=(const QsciLexerCustom &); 105 101 }; 106 102 107 #ifdef __APPLE__108 }109 #endif110 111 103 #endif -
Qt4Qt5/Qsci/qscilexerd.h
old new 21 21 #ifndef QSCILEXERD_H 22 22 #define QSCILEXERD_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 243 239 QsciLexerD &operator=(const QsciLexerD &); 244 240 }; 245 241 246 #ifdef __APPLE__247 }248 #endif249 250 242 #endif -
Qt4Qt5/Qsci/qscilexerdiff.h
old new 21 21 #ifndef QSCILEXERDIFF_H 22 22 #define QSCILEXERDIFF_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 96 92 QsciLexerDiff &operator=(const QsciLexerDiff &); 97 93 }; 98 94 99 #ifdef __APPLE__100 }101 #endif102 103 95 #endif -
Qt4Qt5/Qsci/qscilexerfortran.h
old new 21 21 #ifndef QSCILEXERFORTRAN_H 22 22 #define QSCILEXERFORTRAN_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 60 56 QsciLexerFortran &operator=(const QsciLexerFortran &); 61 57 }; 62 58 63 #ifdef __APPLE__64 }65 #endif66 67 59 #endif -
Qt4Qt5/Qsci/qscilexerfortran77.h
old new 21 21 #ifndef QSCILEXERFORTRAN77_H 22 22 #define QSCILEXERFORTRAN77_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 169 165 QsciLexerFortran77 &operator=(const QsciLexerFortran77 &); 170 166 }; 171 167 172 #ifdef __APPLE__173 }174 #endif175 176 168 #endif -
Qt4Qt5/Qsci/qscilexerhtml.h
old new 21 21 #ifndef QSCILEXERHTML_H 22 22 #define QSCILEXERHTML_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 533 529 QsciLexerHTML &operator=(const QsciLexerHTML &); 534 530 }; 535 531 536 #ifdef __APPLE__537 }538 #endif539 540 532 #endif -
Qt4Qt5/Qsci/qscilexeridl.h
old new 21 21 #ifndef QSCILEXERIDL_H 22 22 #define QSCILEXERIDL_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 65 61 QsciLexerIDL &operator=(const QsciLexerIDL &); 66 62 }; 67 63 68 #ifdef __APPLE__69 }70 #endif71 72 64 #endif -
Qt4Qt5/Qsci/qscilexerjava.h
old new 21 21 #ifndef QSCILEXERJAVA_H 22 22 #define QSCILEXERJAVA_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 56 52 QsciLexerJava &operator=(const QsciLexerJava &); 57 53 }; 58 54 59 #ifdef __APPLE__60 }61 #endif62 63 55 #endif -
Qt4Qt5/Qsci/qscilexerjavascript.h
old new 21 21 #ifndef QSCILEXERJSCRIPT_H 22 22 #define QSCILEXERJSCRIPT_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 82 78 QsciLexerJavaScript &operator=(const QsciLexerJavaScript &); 83 79 }; 84 80 85 #ifdef __APPLE__86 }87 #endif88 89 81 #endif -
Qt4Qt5/Qsci/qscilexerlua.h
old new 21 21 #ifndef QSCILEXERLUA_H 22 22 #define QSCILEXERLUA_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 195 191 QsciLexerLua &operator=(const QsciLexerLua &); 196 192 }; 197 193 198 #ifdef __APPLE__199 }200 #endif201 202 194 #endif -
Qt4Qt5/Qsci/qscilexermakefile.h
old new 21 21 #ifndef QSCILEXERMAKEFILE_H 22 22 #define QSCILEXERMAKEFILE_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 106 102 QsciLexerMakefile &operator=(const QsciLexerMakefile &); 107 103 }; 108 104 109 #ifdef __APPLE__110 }111 #endif112 113 105 #endif -
Qt4Qt5/Qsci/qscilexermatlab.h
old new 21 21 #ifndef QSCILEXERMATLAB_H 22 22 #define QSCILEXERMATLAB_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 105 101 QsciLexerMatlab &operator=(const QsciLexerMatlab &); 106 102 }; 107 103 108 #ifdef __APPLE__109 }110 #endif111 112 104 #endif -
Qt4Qt5/Qsci/qscilexeroctave.h
old new 21 21 #ifndef QSCILEXEROCTAVE_H 22 22 #define QSCILEXEROCTAVE_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 61 57 QsciLexerOctave &operator=(const QsciLexerOctave &); 62 58 }; 63 59 64 #ifdef __APPLE__65 }66 #endif67 68 60 #endif -
Qt4Qt5/Qsci/qscilexerpascal.h
old new 21 21 #ifndef QSCILEXERPASCAL_H 22 22 #define QSCILEXERPASCAL_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 228 224 QsciLexerPascal &operator=(const QsciLexerPascal &); 229 225 }; 230 226 231 #ifdef __APPLE__232 }233 #endif234 235 227 #endif -
Qt4Qt5/Qsci/qscilexerperl.h
old new 21 21 #ifndef QSCILEXERPERL_H 22 22 #define QSCILEXERPERL_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 313 309 QsciLexerPerl &operator=(const QsciLexerPerl &); 314 310 }; 315 311 316 #ifdef __APPLE__317 }318 #endif319 320 312 #endif -
Qt4Qt5/Qsci/qscilexerpo.h
old new 21 21 #ifndef QSCILEXERPO_H 22 22 #define QSCILEXERPO_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 164 160 QsciLexerPO &operator=(const QsciLexerPO &); 165 161 }; 166 162 167 #ifdef __APPLE__168 }169 #endif170 171 163 #endif -
Qt4Qt5/Qsci/qscilexerpostscript.h
old new 21 21 #ifndef QSCILEXERPOSTSCRIPT_H 22 22 #define QSCILEXERPOSTSCRIPT_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 205 201 QsciLexerPostScript &operator=(const QsciLexerPostScript &); 206 202 }; 207 203 208 #ifdef __APPLE__209 }210 #endif211 212 204 #endif -
Qt4Qt5/Qsci/qscilexerpov.h
old new 21 21 #ifndef QSCILEXERPOV_H 22 22 #define QSCILEXERPOV_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 204 200 QsciLexerPOV &operator=(const QsciLexerPOV &); 205 201 }; 206 202 207 #ifdef __APPLE__208 }209 #endif210 211 203 #endif -
Qt4Qt5/Qsci/qscilexerproperties.h
old new 21 21 #ifndef QSCILEXERPROPERTIES_H 22 22 #define QSCILEXERPROPERTIES_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 151 147 QsciLexerProperties &operator=(const QsciLexerProperties &); 152 148 }; 153 149 154 #ifdef __APPLE__155 }156 #endif157 158 150 #endif -
Qt4Qt5/Qsci/qscilexerpython.h
old new 21 21 #ifndef QSCILEXERPYTHON_H 22 22 #define QSCILEXERPYTHON_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 322 318 QsciLexerPython &operator=(const QsciLexerPython &); 323 319 }; 324 320 325 #ifdef __APPLE__326 }327 #endif328 329 321 #endif -
Qt4Qt5/Qsci/qscilexerruby.h
old new 21 21 #ifndef QSCILEXERRUBY_H 22 22 #define QSCILEXERRUBY_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 241 237 QsciLexerRuby &operator=(const QsciLexerRuby &); 242 238 }; 243 239 244 #ifdef __APPLE__245 }246 #endif247 248 240 #endif -
Qt4Qt5/Qsci/qscilexerspice.h
old new 21 21 #ifndef QSCILEXERSPICE_H 22 22 #define QSCILEXERSPICE_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 107 103 QsciLexerSpice &operator=(const QsciLexerSpice &); 108 104 }; 109 105 110 #ifdef __APPLE__111 }112 #endif113 114 106 #endif -
Qt4Qt5/Qsci/qscilexersql.h
old new 21 21 #ifndef QSCILEXERSQL_H 22 22 #define QSCILEXERSQL_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 287 283 QsciLexerSQL &operator=(const QsciLexerSQL &); 288 284 }; 289 285 290 #ifdef __APPLE__291 }292 #endif293 294 286 #endif -
Qt4Qt5/Qsci/qscilexertcl.h
old new 21 21 #ifndef QSCILEXERTCL_H 22 22 #define QSCILEXERTCL_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 190 186 QsciLexerTCL &operator=(const QsciLexerTCL &); 191 187 }; 192 188 193 #ifdef __APPLE__194 }195 #endif196 197 189 #endif -
Qt4Qt5/Qsci/qscilexertex.h
old new 21 21 #ifndef QSCILEXERTEX_H 22 22 #define QSCILEXERTEX_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 164 160 QsciLexerTeX &operator=(const QsciLexerTeX &); 165 161 }; 166 162 167 #ifdef __APPLE__168 }169 #endif170 171 163 #endif -
Qt4Qt5/Qsci/qscilexerverilog.h
old new 21 21 #ifndef QSCILEXERVERILOG_H 22 22 #define QSCILEXERVERILOG_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 258 254 QsciLexerVerilog &operator=(const QsciLexerVerilog &); 259 255 }; 260 256 261 #ifdef __APPLE__262 }263 #endif264 265 257 #endif -
Qt4Qt5/Qsci/qscilexervhdl.h
old new 21 21 #ifndef QSCILEXERVHDL_H 22 22 #define QSCILEXERVHDL_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 222 218 QsciLexerVHDL &operator=(const QsciLexerVHDL &); 223 219 }; 224 220 225 #ifdef __APPLE__226 }227 #endif228 229 221 #endif -
Qt4Qt5/Qsci/qscilexerxml.h
old new 21 21 #ifndef QSCILEXERXML_H 22 22 #define QSCILEXERXML_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 107 103 QsciLexerXML &operator=(const QsciLexerXML &); 108 104 }; 109 105 110 #ifdef __APPLE__111 }112 #endif113 114 106 #endif -
Qt4Qt5/Qsci/qscilexeryaml.h
old new 21 21 #ifndef QSCILEXERYAML_H 22 22 #define QSCILEXERYAML_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QObject> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 148 144 QsciLexerYAML &operator=(const QsciLexerYAML &); 149 145 }; 150 146 151 #ifdef __APPLE__152 }153 #endif154 155 147 #endif -
Qt4Qt5/Qsci/qscimacro.h
old new 21 21 #ifndef QSCIMACRO_H 22 22 #define QSCIMACRO_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <QList> 29 25 #include <QObject> 30 26 #include <QString> … … 99 95 QsciMacro &operator=(const QsciMacro &); 100 96 }; 101 97 102 #ifdef __APPLE__103 }104 #endif105 106 98 #endif -
Qt4Qt5/Qsci/qsciprinter.h
old new 21 21 #ifndef QSCIPRINTER_H 22 22 #define QSCIPRINTER_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 // This is needed for Qt v5.0.0-alpha. 29 25 #if defined(B0) 30 26 #undef B0 … … 113 109 114 110 #endif 115 111 116 #ifdef __APPLE__117 }118 #endif119 120 112 #endif -
Qt4Qt5/Qsci/qsciscintilla.h
old new 22 22 #ifndef QSCISCINTILLA_H 23 23 #define QSCISCINTILLA_H 24 24 25 #ifdef __APPLE__26 extern "C++" {27 #endif28 29 25 #include <QByteArray> 30 26 #include <QList> 31 27 #include <QObject> … … 2157 2153 QsciScintilla &operator=(const QsciScintilla &); 2158 2154 }; 2159 2155 2160 #ifdef __APPLE__2161 }2162 #endif2163 2164 2156 #endif -
Qt4Qt5/Qsci/qsciscintillabase.h
old new 21 21 #ifndef QSCISCINTILLABASE_H 22 22 #define QSCISCINTILLABASE_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <qglobal.h> 29 25 30 26 #include <QAbstractScrollArea> … … 3614 3610 QsciScintillaBase &operator=(const QsciScintillaBase &); 3615 3611 }; 3616 3612 3617 #ifdef __APPLE__3618 }3619 #endif3620 3621 3613 #endif -
Qt4Qt5/Qsci/qscistyle.h
old new 21 21 #ifndef QSCISTYLE_H 22 22 #define QSCISTYLE_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <qcolor.h> 29 25 #include <qfont.h> 30 26 #include <qstring.h> … … 190 186 void init(int style); 191 187 }; 192 188 193 #ifdef __APPLE__194 }195 #endif196 197 189 #endif -
Qt4Qt5/Qsci/qscistyledtext.h
old new 21 21 #ifndef QSCISTYLEDTEXT_H 22 22 #define QSCISTYLEDTEXT_H 23 23 24 #ifdef __APPLE__25 extern "C++" {26 #endif27 28 24 #include <qstring.h> 29 25 30 26 #include <Qsci/qsciglobal.h> … … 62 58 const QsciStyle *explicit_style; 63 59 }; 64 60 65 #ifdef __APPLE__66 }67 #endif68 69 61 #endif