Ticket #41155: patch4octave.diff

File patch4octave.diff, 38.6 KB (added by bpabbott@…, 11 years ago)

patch for include files

  • Qt3/Qsci/qsciabstractapis.h

     
    2626#ifndef QSCIABSTRACTAPIS_H
    2727#define QSCIABSTRACTAPIS_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430#include <qstringlist.h>
    3531
     
    9995    QsciAbstractAPIs &operator=(const QsciAbstractAPIs &);
    10096};
    10197
    102 #ifdef __APPLE__
    103 }
    104 #endif
    105 
    10698#endif
  • Qt3/Qsci/qsciapis.h

     
    2626#ifndef QSCIAPIS_H
    2727#define QSCIAPIS_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430#include <qpair.h>
    3531#include <qstringlist.h>
     
    221217    QsciAPIs &operator=(const QsciAPIs &);
    222218};
    223219
    224 #ifdef __APPLE__
    225 }
    226 #endif
    227 
    228220#endif
  • Qt3/Qsci/qscicommand.h

     
    2626#ifndef QSCICOMMAND_H
    2727#define QSCICOMMAND_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qstring.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    408404    QsciCommand &operator=(const QsciCommand &);
    409405};
    410406
    411 #ifdef __APPLE__
    412 }
    413 #endif
    414 
    415407#endif
  • Qt3/Qsci/qscicommandset.h

     
    2626#ifndef QSCICOMMANDSET_H
    2727#define QSCICOMMANDSET_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qglobal.h>
    3430
    3531#include <qptrlist.h>
     
    9591    QsciCommandSet &operator=(const QsciCommandSet &);
    9692};
    9793
    98 #ifdef __APPLE__
    99 }
    100 #endif
    101 
    10294#endif
  • Qt3/Qsci/qscidocument.h

     
    2626#ifndef QSCIDOCUMENT_H
    2727#define QSCIDOCUMENT_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <Qsci/qsciglobal.h>
    3430
    3531
     
    6763    QsciDocumentP *pdoc;
    6864};
    6965
    70 #ifdef __APPLE__
    71 }
    72 #endif
    73 
    7466#endif
  • Qt3/Qsci/qsciglobal.h

     
    2626#ifndef QSCIGLOBAL_H
    2727#define QSCIGLOBAL_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qglobal.h>
    3430
    3531
     
    6056#define QT_END_NAMESPACE
    6157#endif
    6258
    63 #ifdef __APPLE__
    64 }
    65 #endif
    66 
    6759#endif
  • Qt3/Qsci/qscilexer.h

     
    2626#ifndef QSCILEXER_H
    2727#define QSCILEXER_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qcolor.h>
    3430#include <qfont.h>
    3531#include <qmap.h>
     
    356352    QsciLexer &operator=(const QsciLexer &);
    357353};
    358354
    359 #ifdef __APPLE__
    360 }
    361 #endif
    362 
    363355#endif
  • Qt3/Qsci/qscilexerbash.h

     
    2626#ifndef QSCILEXERBASH_H
    2727#define QSCILEXERBASH_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    184180        QsciLexerBash &operator=(const QsciLexerBash &);
    185181};
    186182
    187 #ifdef __APPLE__
    188 }
    189 #endif
    190 
    191183#endif
  • Qt3/Qsci/qscilexerbatch.h

     
    2626#ifndef QSCILEXERBATCH_H
    2727#define QSCILEXERBATCH_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    121117    QsciLexerBatch &operator=(const QsciLexerBatch &);
    122118};
    123119
    124 #ifdef __APPLE__
    125 }
    126 #endif
    127 
    128120#endif
  • Qt3/Qsci/qscilexercmake.h

     
    2626#ifndef QSCILEXERCMAKE_H
    2727#define QSCILEXERCMAKE_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    166162    QsciLexerCMake &operator=(const QsciLexerCMake &);
    167163};
    168164
    169 #ifdef __APPLE__
    170 }
    171 #endif
    172 
    173165#endif
  • Qt3/Qsci/qscilexercpp.h

     
    2626#ifndef QSCILEXERCPP_H
    2727#define QSCILEXERCPP_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    351347    QsciLexerCPP &operator=(const QsciLexerCPP &);
    352348};
    353349
    354 #ifdef __APPLE__
    355 }
    356 #endif
    357 
    358350#endif
  • Qt3/Qsci/qscilexercsharp.h

     
    2626#ifndef QSCILEXERCSHARP_H
    2727#define QSCILEXERCSHARP_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    8379    QsciLexerCSharp &operator=(const QsciLexerCSharp &);
    8480};
    8581
    86 #ifdef __APPLE__
    87 }
    88 #endif
    89 
    9082#endif
  • Qt3/Qsci/qscilexercss.h

     
    2626#ifndef QSCILEXERCSS_H
    2727#define QSCILEXERCSS_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    258254    QsciLexerCSS &operator=(const QsciLexerCSS &);
    259255};
    260256
    261 #ifdef __APPLE__
    262 }
    263 #endif
    264 
    265257#endif
  • Qt3/Qsci/qscilexercustom.h

     
    2626#ifndef QSCILEXERCUSTOM_H
    2727#define QSCILEXERCUSTOM_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <Qsci/qsciglobal.h>
    3430#include <Qsci/qscilexer.h>
    3531
     
    109105    QsciLexerCustom &operator=(const QsciLexerCustom &);
    110106};
    111107
    112 #ifdef __APPLE__
    113 }
    114 #endif
    115 
    116108#endif
  • Qt3/Qsci/qscilexerd.h

     
    2626#ifndef QSCILEXERD_H
    2727#define QSCILEXERD_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    248244    QsciLexerD &operator=(const QsciLexerD &);
    249245};
    250246
    251 #ifdef __APPLE__
    252 }
    253 #endif
    254 
    255247#endif
  • Qt3/Qsci/qscilexerdiff.h

     
    2626#ifndef QSCILEXERDIFF_H
    2727#define QSCILEXERDIFF_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    10197    QsciLexerDiff &operator=(const QsciLexerDiff &);
    10298};
    10399
    104 #ifdef __APPLE__
    105 }
    106 #endif
    107 
    108100#endif
  • Qt3/Qsci/qscilexerfortran.h

     
    2626#ifndef QSCILEXERFORTRAN_H
    2727#define QSCILEXERFORTRAN_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    6561    QsciLexerFortran &operator=(const QsciLexerFortran &);
    6662};
    6763
    68 #ifdef __APPLE__
    69 }
    70 #endif
    71 
    7264#endif
  • Qt3/Qsci/qscilexerfortran77.h

     
    2626#ifndef QSCILEXERFORTRAN77_H
    2727#define QSCILEXERFORTRAN77_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    174170    QsciLexerFortran77 &operator=(const QsciLexerFortran77 &);
    175171};
    176172
    177 #ifdef __APPLE__
    178 }
    179 #endif
    180 
    181173#endif
  • Qt3/Qsci/qscilexerhtml.h

     
    2626#ifndef QSCILEXERHTML_H
    2727#define QSCILEXERHTML_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    538534    QsciLexerHTML &operator=(const QsciLexerHTML &);
    539535};
    540536
    541 #ifdef __APPLE__
    542 }
    543 #endif
    544 
    545537#endif
  • Qt3/Qsci/qscilexeridl.h

     
    2626#ifndef QSCILEXERIDL_H
    2727#define QSCILEXERIDL_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    7066    QsciLexerIDL &operator=(const QsciLexerIDL &);
    7167};
    7268
    73 #ifdef __APPLE__
    74 }
    75 #endif
    76 
    7769#endif
  • Qt3/Qsci/qscilexerjava.h

     
    2626#ifndef QSCILEXERJAVA_H
    2727#define QSCILEXERJAVA_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    6157    QsciLexerJava &operator=(const QsciLexerJava &);
    6258};
    6359
    64 #ifdef __APPLE__
    65 }
    66 #endif
    67 
    6860#endif
  • Qt3/Qsci/qscilexerjavascript.h

     
    2626#ifndef QSCILEXERJSCRIPT_H
    2727#define QSCILEXERJSCRIPT_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    8783    QsciLexerJavaScript &operator=(const QsciLexerJavaScript &);
    8884};
    8985
    90 #ifdef __APPLE__
    91 }
    92 #endif
    93 
    9486#endif
  • Qt3/Qsci/qscilexerlua.h

     
    2626#ifndef QSCILEXERLUA_H
    2727#define QSCILEXERLUA_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    200196    QsciLexerLua &operator=(const QsciLexerLua &);
    201197};
    202198
    203 #ifdef __APPLE__
    204 }
    205 #endif
    206 
    207199#endif
  • Qt3/Qsci/qscilexermakefile.h

     
    2626#ifndef QSCILEXERMAKEFILE_H
    2727#define QSCILEXERMAKEFILE_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    111107    QsciLexerMakefile &operator=(const QsciLexerMakefile &);
    112108};
    113109
    114 #ifdef __APPLE__
    115 }
    116 #endif
    117 
    118110#endif
  • Qt3/Qsci/qscilexermatlab.h

     
    2626#ifndef QSCILEXERMATLAB_H
    2727#define QSCILEXERMATLAB_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    110106    QsciLexerMatlab &operator=(const QsciLexerMatlab &);
    111107};
    112108
    113 #ifdef __APPLE__
    114 }
    115 #endif
    116 
    117109#endif
  • Qt3/Qsci/qscilexeroctave.h

     
    2626#ifndef QSCILEXEROCTAVE_H
    2727#define QSCILEXEROCTAVE_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    6662    QsciLexerOctave &operator=(const QsciLexerOctave &);
    6763};
    6864
    69 #ifdef __APPLE__
    70 }
    71 #endif
    72 
    7365#endif
  • Qt3/Qsci/qscilexerpascal.h

     
    2626#ifndef QSCILEXERPASCAL_H
    2727#define QSCILEXERPASCAL_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    233229    QsciLexerPascal &operator=(const QsciLexerPascal &);
    234230};
    235231
    236 #ifdef __APPLE__
    237 }
    238 #endif
    239 
    240232#endif
  • Qt3/Qsci/qscilexerperl.h

     
    2626#ifndef QSCILEXERPERL_H
    2727#define QSCILEXERPERL_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    318314    QsciLexerPerl &operator=(const QsciLexerPerl &);
    319315};
    320316
    321 #ifdef __APPLE__
    322 }
    323 #endif
    324 
    325317#endif
  • Qt3/Qsci/qscilexerpostscript.h

     
    2626#ifndef QSCILEXERPOSTSCRIPT_H
    2727#define QSCILEXERPOSTSCRIPT_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    210206    QsciLexerPostScript &operator=(const QsciLexerPostScript &);
    211207};
    212208
    213 #ifdef __APPLE__
    214 }
    215 #endif
    216 
    217209#endif
  • Qt3/Qsci/qscilexerpov.h

     
    2626#ifndef QSCILEXERPOV_H
    2727#define QSCILEXERPOV_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    209205    QsciLexerPOV &operator=(const QsciLexerPOV &);
    210206};
    211207
    212 #ifdef __APPLE__
    213 }
    214 #endif
    215 
    216208#endif
  • Qt3/Qsci/qscilexerproperties.h

     
    2626#ifndef QSCILEXERPROPERTIES_H
    2727#define QSCILEXERPROPERTIES_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    156152    QsciLexerProperties &operator=(const QsciLexerProperties &);
    157153};
    158154
    159 #ifdef __APPLE__
    160 }
    161 #endif
    162 
    163155#endif
  • Qt3/Qsci/qscilexerpython.h

     
    2626#ifndef QSCILEXERPYTHON_H
    2727#define QSCILEXERPYTHON_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    327323    QsciLexerPython &operator=(const QsciLexerPython &);
    328324};
    329325
    330 #ifdef __APPLE__
    331 }
    332 #endif
    333 
    334326#endif
  • Qt3/Qsci/qscilexerruby.h

     
    2626#ifndef QSCILEXERRUBY_H
    2727#define QSCILEXERRUBY_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    246242    QsciLexerRuby &operator=(const QsciLexerRuby &);
    247243};
    248244
    249 #ifdef __APPLE__
    250 }
    251 #endif
    252 
    253245#endif
  • Qt3/Qsci/qscilexerspice.h

     
    2626#ifndef QSCILEXERSPICE_H
    2727#define QSCILEXERSPICE_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    112108    QsciLexerSpice &operator=(const QsciLexerSpice &);
    113109};
    114110
    115 #ifdef __APPLE__
    116 }
    117 #endif
    118 
    119111#endif
  • Qt3/Qsci/qscilexersql.h

     
    2626#ifndef QSCILEXERSQL_H
    2727#define QSCILEXERSQL_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    289285    QsciLexerSQL &operator=(const QsciLexerSQL &);
    290286};
    291287
    292 #ifdef __APPLE__
    293 }
    294 #endif
    295 
    296288#endif
  • Qt3/Qsci/qscilexertcl.h

     
    2626#ifndef QSCILEXERTCL_H
    2727#define QSCILEXERTCL_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    195191        QsciLexerTCL &operator=(const QsciLexerTCL &);
    196192};
    197193
    198 #ifdef __APPLE__
    199 }
    200 #endif
    201 
    202194#endif
  • Qt3/Qsci/qscilexertex.h

     
    2626#ifndef QSCILEXERTEX_H
    2727#define QSCILEXERTEX_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    169165    QsciLexerTeX &operator=(const QsciLexerTeX &);
    170166};
    171167
    172 #ifdef __APPLE__
    173 }
    174 #endif
    175 
    176168#endif
  • Qt3/Qsci/qscilexerverilog.h

     
    2626#ifndef QSCILEXERVERILOG_H
    2727#define QSCILEXERVERILOG_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    229225    QsciLexerVerilog &operator=(const QsciLexerVerilog &);
    230226};
    231227
    232 #ifdef __APPLE__
    233 }
    234 #endif
    235 
    236228#endif
  • Qt3/Qsci/qscilexervhdl.h

     
    2626#ifndef QSCILEXERVHDL_H
    2727#define QSCILEXERVHDL_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    224220    QsciLexerVHDL &operator=(const QsciLexerVHDL &);
    225221};
    226222
    227 #ifdef __APPLE__
    228 }
    229 #endif
    230 
    231223#endif
  • Qt3/Qsci/qscilexerxml.h

     
    2626#ifndef QSCILEXERXML_H
    2727#define QSCILEXERXML_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    112108    QsciLexerXML &operator=(const QsciLexerXML &);
    113109};
    114110
    115 #ifdef __APPLE__
    116 }
    117 #endif
    118 
    119111#endif
  • Qt3/Qsci/qscilexeryaml.h

     
    2626#ifndef QSCILEXERYAML_H
    2727#define QSCILEXERYAML_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    153149    QsciLexerYAML &operator=(const QsciLexerYAML &);
    154150};
    155151
    156 #ifdef __APPLE__
    157 }
    158 #endif
    159 
    160152#endif
  • Qt3/Qsci/qscimacro.h

     
    2626#ifndef QSCIMACRO_H
    2727#define QSCIMACRO_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430#include <qstring.h>
    3531
     
    105101    QsciMacro &operator=(const QsciMacro &);
    106102};
    107103
    108 #ifdef __APPLE__
    109 }
    110 #endif
    111 
    112104#endif
  • Qt3/Qsci/qsciprinter.h

     
    2626#ifndef QSCIPRINTER_H
    2727#define QSCIPRINTER_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329// This is needed for Qt v5.0.0-alpha.
    3430#if defined(B0)
    3531#undef B0
     
    114110    QsciPrinter &operator=(const QsciPrinter &);
    115111};
    116112
    117 #ifdef __APPLE__
    118 }
    119 #endif
    120 
    121113#endif
  • Qt3/Qsci/qsciscintilla.h

     
    2727#ifndef QSCISCINTILLA_H
    2828#define QSCISCINTILLA_H
    2929
    30 #ifdef __APPLE__
    31 extern "C++" {
    32 #endif
    33 
    3430#include <qobject.h>
    3531#include <qstringlist.h>
    3632
     
    20852081    QsciScintilla &operator=(const QsciScintilla &);
    20862082};
    20872083
    2088 #ifdef __APPLE__
    2089 }
    2090 #endif
    2091 
    20922084#endif
  • Qt3/Qsci/qsciscintillabase.h

     
    2626#ifndef QSCISCINTILLABASE_H
    2727#define QSCISCINTILLABASE_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qglobal.h>
    3430
    3531#include <qwidget.h>
     
    33093305    QsciScintillaBase &operator=(const QsciScintillaBase &);
    33103306};
    33113307
    3312 #ifdef __APPLE__
    3313 }
    3314 #endif
    3315 
    33163308#endif
  • Qt3/Qsci/qscistyle.h

     
    2626#ifndef QSCISTYLE_H
    2727#define QSCISTYLE_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qcolor.h>
    3430#include <qfont.h>
    3531#include <qstring.h>
     
    195191    void init(int style);
    196192};
    197193
    198 #ifdef __APPLE__
    199 }
    200 #endif
    201 
    202194#endif
  • Qt3/Qsci/qscistyledtext.h

     
    2626#ifndef QSCISTYLEDTEXT_H
    2727#define QSCISTYLEDTEXT_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qstring.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    7066    const QsciStyle *explicit_style;
    7167};
    7268
    73 #ifdef __APPLE__
    74 }
    75 #endif
    76 
    7769#endif
  • Qt4Qt5/Qsci/qsciabstractapis.h

     
    2626#ifndef QSCIABSTRACTAPIS_H
    2727#define QSCIABSTRACTAPIS_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430#include <qstringlist.h>
    3531
     
    9894    QsciAbstractAPIs &operator=(const QsciAbstractAPIs &);
    9995};
    10096
    101 #ifdef __APPLE__
    102 }
    103 #endif
    104 
    10597#endif
  • Qt4Qt5/Qsci/qsciapis.h

     
    2626#ifndef QSCIAPIS_H
    2727#define QSCIAPIS_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430#include <qpair.h>
    3531#include <qstringlist.h>
     
    221217    QsciAPIs &operator=(const QsciAPIs &);
    222218};
    223219
    224 #ifdef __APPLE__
    225 }
    226 #endif
    227 
    228220#endif
  • Qt4Qt5/Qsci/qscicommand.h

     
    2626#ifndef QSCICOMMAND_H
    2727#define QSCICOMMAND_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qstring.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    408404    QsciCommand &operator=(const QsciCommand &);
    409405};
    410406
    411 #ifdef __APPLE__
    412 }
    413 #endif
    414 
    415407#endif
  • Qt4Qt5/Qsci/qscicommandset.h

     
    2626#ifndef QSCICOMMANDSET_H
    2727#define QSCICOMMANDSET_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qglobal.h>
    3430
    3531#include <QList>
     
    9591    QsciCommandSet &operator=(const QsciCommandSet &);
    9692};
    9793
    98 #ifdef __APPLE__
    99 }
    100 #endif
    101 
    10294#endif
  • Qt4Qt5/Qsci/qscidocument.h

     
    2626#ifndef QSCIDOCUMENT_H
    2727#define QSCIDOCUMENT_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <Qsci/qsciglobal.h>
    3430
    3531
     
    6763    QsciDocumentP *pdoc;
    6864};
    6965
    70 #ifdef __APPLE__
    71 }
    72 #endif
    73 
    7466#endif
  • Qt4Qt5/Qsci/qsciglobal.h

     
    2626#ifndef QSCIGLOBAL_H
    2727#define QSCIGLOBAL_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qglobal.h>
    3430
    3531
     
    6056#define QT_END_NAMESPACE
    6157#endif
    6258
    63 #ifdef __APPLE__
    64 }
    65 #endif
    66 
    6759#endif
  • Qt4Qt5/Qsci/qscilexer.h

     
    2626#ifndef QSCILEXER_H
    2727#define QSCILEXER_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qcolor.h>
    3430#include <qfont.h>
    3531#include <qmap.h>
     
    356352    QsciLexer &operator=(const QsciLexer &);
    357353};
    358354
    359 #ifdef __APPLE__
    360 }
    361 #endif
    362 
    363355#endif
  • Qt4Qt5/Qsci/qscilexerbash.h

     
    2626#ifndef QSCILEXERBASH_H
    2727#define QSCILEXERBASH_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    184180        QsciLexerBash &operator=(const QsciLexerBash &);
    185181};
    186182
    187 #ifdef __APPLE__
    188 }
    189 #endif
    190 
    191183#endif
  • Qt4Qt5/Qsci/qscilexerbatch.h

     
    2626#ifndef QSCILEXERBATCH_H
    2727#define QSCILEXERBATCH_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    121117    QsciLexerBatch &operator=(const QsciLexerBatch &);
    122118};
    123119
    124 #ifdef __APPLE__
    125 }
    126 #endif
    127 
    128120#endif
  • Qt4Qt5/Qsci/qscilexercmake.h

     
    2626#ifndef QSCILEXERCMAKE_H
    2727#define QSCILEXERCMAKE_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    166162    QsciLexerCMake &operator=(const QsciLexerCMake &);
    167163};
    168164
    169 #ifdef __APPLE__
    170 }
    171 #endif
    172 
    173165#endif
  • Qt4Qt5/Qsci/qscilexercpp.h

     
    2626#ifndef QSCILEXERCPP_H
    2727#define QSCILEXERCPP_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    349345    QsciLexerCPP &operator=(const QsciLexerCPP &);
    350346};
    351347
    352 #ifdef __APPLE__
    353 }
    354 #endif
    355 
    356348#endif
  • Qt4Qt5/Qsci/qscilexercsharp.h

     
    2626#ifndef QSCILEXERCSHARP_H
    2727#define QSCILEXERCSHARP_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    8379    QsciLexerCSharp &operator=(const QsciLexerCSharp &);
    8480};
    8581
    86 #ifdef __APPLE__
    87 }
    88 #endif
    89 
    9082#endif
  • Qt4Qt5/Qsci/qscilexercss.h

     
    2626#ifndef QSCILEXERCSS_H
    2727#define QSCILEXERCSS_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    258254    QsciLexerCSS &operator=(const QsciLexerCSS &);
    259255};
    260256
    261 #ifdef __APPLE__
    262 }
    263 #endif
    264 
    265257#endif
  • Qt4Qt5/Qsci/qscilexercustom.h

     
    2626#ifndef QSCILEXERCUSTOM_H
    2727#define QSCILEXERCUSTOM_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <Qsci/qsciglobal.h>
    3430#include <Qsci/qscilexer.h>
    3531
     
    109105    QsciLexerCustom &operator=(const QsciLexerCustom &);
    110106};
    111107
    112 #ifdef __APPLE__
    113 }
    114 #endif
    115 
    116108#endif
  • Qt4Qt5/Qsci/qscilexerd.h

     
    2626#ifndef QSCILEXERD_H
    2727#define QSCILEXERD_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    248244    QsciLexerD &operator=(const QsciLexerD &);
    249245};
    250246
    251 #ifdef __APPLE__
    252 }
    253 #endif
    254 
    255247#endif
  • Qt4Qt5/Qsci/qscilexerdiff.h

     
    2626#ifndef QSCILEXERDIFF_H
    2727#define QSCILEXERDIFF_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    10197    QsciLexerDiff &operator=(const QsciLexerDiff &);
    10298};
    10399
    104 #ifdef __APPLE__
    105 }
    106 #endif
    107 
    108100#endif
  • Qt4Qt5/Qsci/qscilexerfortran.h

     
    2626#ifndef QSCILEXERFORTRAN_H
    2727#define QSCILEXERFORTRAN_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    6561    QsciLexerFortran &operator=(const QsciLexerFortran &);
    6662};
    6763
    68 #ifdef __APPLE__
    69 }
    70 #endif
    71 
    7264#endif
  • Qt4Qt5/Qsci/qscilexerfortran77.h

     
    2626#ifndef QSCILEXERFORTRAN77_H
    2727#define QSCILEXERFORTRAN77_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    174170    QsciLexerFortran77 &operator=(const QsciLexerFortran77 &);
    175171};
    176172
    177 #ifdef __APPLE__
    178 }
    179 #endif
    180 
    181173#endif
  • Qt4Qt5/Qsci/qscilexerhtml.h

     
    2626#ifndef QSCILEXERHTML_H
    2727#define QSCILEXERHTML_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    538534    QsciLexerHTML &operator=(const QsciLexerHTML &);
    539535};
    540536
    541 #ifdef __APPLE__
    542 }
    543 #endif
    544 
    545537#endif
  • Qt4Qt5/Qsci/qscilexeridl.h

     
    2626#ifndef QSCILEXERIDL_H
    2727#define QSCILEXERIDL_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    7066    QsciLexerIDL &operator=(const QsciLexerIDL &);
    7167};
    7268
    73 #ifdef __APPLE__
    74 }
    75 #endif
    76 
    7769#endif
  • Qt4Qt5/Qsci/qscilexerjava.h

     
    2626#ifndef QSCILEXERJAVA_H
    2727#define QSCILEXERJAVA_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    6157    QsciLexerJava &operator=(const QsciLexerJava &);
    6258};
    6359
    64 #ifdef __APPLE__
    65 }
    66 #endif
    67 
    6860#endif
  • Qt4Qt5/Qsci/qscilexerjavascript.h

     
    2626#ifndef QSCILEXERJSCRIPT_H
    2727#define QSCILEXERJSCRIPT_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    8783    QsciLexerJavaScript &operator=(const QsciLexerJavaScript &);
    8884};
    8985
    90 #ifdef __APPLE__
    91 }
    92 #endif
    93 
    9486#endif
  • Qt4Qt5/Qsci/qscilexerlua.h

     
    2626#ifndef QSCILEXERLUA_H
    2727#define QSCILEXERLUA_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    200196    QsciLexerLua &operator=(const QsciLexerLua &);
    201197};
    202198
    203 #ifdef __APPLE__
    204 }
    205 #endif
    206 
    207199#endif
  • Qt4Qt5/Qsci/qscilexermakefile.h

     
    2626#ifndef QSCILEXERMAKEFILE_H
    2727#define QSCILEXERMAKEFILE_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    111107    QsciLexerMakefile &operator=(const QsciLexerMakefile &);
    112108};
    113109
    114 #ifdef __APPLE__
    115 }
    116 #endif
    117 
    118110#endif
  • Qt4Qt5/Qsci/qscilexermatlab.h

     
    2626#ifndef QSCILEXERMATLAB_H
    2727#define QSCILEXERMATLAB_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    110106    QsciLexerMatlab &operator=(const QsciLexerMatlab &);
    111107};
    112108
    113 #ifdef __APPLE__
    114 }
    115 #endif
    116 
    117109#endif
  • Qt4Qt5/Qsci/qscilexeroctave.h

     
    2626#ifndef QSCILEXEROCTAVE_H
    2727#define QSCILEXEROCTAVE_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    6662    QsciLexerOctave &operator=(const QsciLexerOctave &);
    6763};
    6864
    69 #ifdef __APPLE__
    70 }
    71 #endif
    72 
    7365#endif
  • Qt4Qt5/Qsci/qscilexerpascal.h

     
    2626#ifndef QSCILEXERPASCAL_H
    2727#define QSCILEXERPASCAL_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    233229    QsciLexerPascal &operator=(const QsciLexerPascal &);
    234230};
    235231
    236 #ifdef __APPLE__
    237 }
    238 #endif
    239 
    240232#endif
  • Qt4Qt5/Qsci/qscilexerperl.h

     
    2626#ifndef QSCILEXERPERL_H
    2727#define QSCILEXERPERL_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    318314    QsciLexerPerl &operator=(const QsciLexerPerl &);
    319315};
    320316
    321 #ifdef __APPLE__
    322 }
    323 #endif
    324 
    325317#endif
  • Qt4Qt5/Qsci/qscilexerpostscript.h

     
    2626#ifndef QSCILEXERPOSTSCRIPT_H
    2727#define QSCILEXERPOSTSCRIPT_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    210206    QsciLexerPostScript &operator=(const QsciLexerPostScript &);
    211207};
    212208
    213 #ifdef __APPLE__
    214 }
    215 #endif
    216 
    217209#endif
  • Qt4Qt5/Qsci/qscilexerpov.h

     
    2626#ifndef QSCILEXERPOV_H
    2727#define QSCILEXERPOV_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    209205    QsciLexerPOV &operator=(const QsciLexerPOV &);
    210206};
    211207
    212 #ifdef __APPLE__
    213 }
    214 #endif
    215 
    216208#endif
  • Qt4Qt5/Qsci/qscilexerproperties.h

     
    2626#ifndef QSCILEXERPROPERTIES_H
    2727#define QSCILEXERPROPERTIES_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    156152    QsciLexerProperties &operator=(const QsciLexerProperties &);
    157153};
    158154
    159 #ifdef __APPLE__
    160 }
    161 #endif
    162 
    163155#endif
  • Qt4Qt5/Qsci/qscilexerpython.h

     
    2626#ifndef QSCILEXERPYTHON_H
    2727#define QSCILEXERPYTHON_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    327323    QsciLexerPython &operator=(const QsciLexerPython &);
    328324};
    329325
    330 #ifdef __APPLE__
    331 }
    332 #endif
    333 
    334326#endif
  • Qt4Qt5/Qsci/qscilexerruby.h

     
    2626#ifndef QSCILEXERRUBY_H
    2727#define QSCILEXERRUBY_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    246242    QsciLexerRuby &operator=(const QsciLexerRuby &);
    247243};
    248244
    249 #ifdef __APPLE__
    250 }
    251 #endif
    252 
    253245#endif
  • Qt4Qt5/Qsci/qscilexerspice.h

     
    2626#ifndef QSCILEXERSPICE_H
    2727#define QSCILEXERSPICE_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    112108    QsciLexerSpice &operator=(const QsciLexerSpice &);
    113109};
    114110
    115 #ifdef __APPLE__
    116 }
    117 #endif
    118 
    119111#endif
  • Qt4Qt5/Qsci/qscilexersql.h

     
    2626#ifndef QSCILEXERSQL_H
    2727#define QSCILEXERSQL_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    289285    QsciLexerSQL &operator=(const QsciLexerSQL &);
    290286};
    291287
    292 #ifdef __APPLE__
    293 }
    294 #endif
    295 
    296288#endif
  • Qt4Qt5/Qsci/qscilexertcl.h

     
    2626#ifndef QSCILEXERTCL_H
    2727#define QSCILEXERTCL_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    195191        QsciLexerTCL &operator=(const QsciLexerTCL &);
    196192};
    197193
    198 #ifdef __APPLE__
    199 }
    200 #endif
    201 
    202194#endif
  • Qt4Qt5/Qsci/qscilexertex.h

     
    2626#ifndef QSCILEXERTEX_H
    2727#define QSCILEXERTEX_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    169165    QsciLexerTeX &operator=(const QsciLexerTeX &);
    170166};
    171167
    172 #ifdef __APPLE__
    173 }
    174 #endif
    175 
    176168#endif
  • Qt4Qt5/Qsci/qscilexerverilog.h

     
    2626#ifndef QSCILEXERVERILOG_H
    2727#define QSCILEXERVERILOG_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    229225    QsciLexerVerilog &operator=(const QsciLexerVerilog &);
    230226};
    231227
    232 #ifdef __APPLE__
    233 }
    234 #endif
    235 
    236228#endif
  • Qt4Qt5/Qsci/qscilexervhdl.h

     
    2626#ifndef QSCILEXERVHDL_H
    2727#define QSCILEXERVHDL_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    224220    QsciLexerVHDL &operator=(const QsciLexerVHDL &);
    225221};
    226222
    227 #ifdef __APPLE__
    228 }
    229 #endif
    230 
    231223#endif
  • Qt4Qt5/Qsci/qscilexerxml.h

     
    2626#ifndef QSCILEXERXML_H
    2727#define QSCILEXERXML_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    112108    QsciLexerXML &operator=(const QsciLexerXML &);
    113109};
    114110
    115 #ifdef __APPLE__
    116 }
    117 #endif
    118 
    119111#endif
  • Qt4Qt5/Qsci/qscilexeryaml.h

     
    2626#ifndef QSCILEXERYAML_H
    2727#define QSCILEXERYAML_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    153149    QsciLexerYAML &operator=(const QsciLexerYAML &);
    154150};
    155151
    156 #ifdef __APPLE__
    157 }
    158 #endif
    159 
    160152#endif
  • Qt4Qt5/Qsci/qscimacro.h

     
    2626#ifndef QSCIMACRO_H
    2727#define QSCIMACRO_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qobject.h>
    3430#include <qstring.h>
    3531
     
    105101    QsciMacro &operator=(const QsciMacro &);
    106102};
    107103
    108 #ifdef __APPLE__
    109 }
    110 #endif
    111 
    112104#endif
  • Qt4Qt5/Qsci/qsciprinter.h

     
    2626#ifndef QSCIPRINTER_H
    2727#define QSCIPRINTER_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329// This is needed for Qt v5.0.0-alpha.
    3430#if defined(B0)
    3531#undef B0
     
    114110    QsciPrinter &operator=(const QsciPrinter &);
    115111};
    116112
    117 #ifdef __APPLE__
    118 }
    119 #endif
    120 
    121113#endif
  • Qt4Qt5/Qsci/qsciscintilla.h

     
    2727#ifndef QSCISCINTILLA_H
    2828#define QSCISCINTILLA_H
    2929
    30 #ifdef __APPLE__
    31 extern "C++" {
    32 #endif
    33 
    3430#include <qobject.h>
    3531#include <qstringlist.h>
    3632
     
    20972093    QsciScintilla &operator=(const QsciScintilla &);
    20982094};
    20992095
    2100 #ifdef __APPLE__
    2101 }
    2102 #endif
    2103 
    21042096#endif
  • Qt4Qt5/Qsci/qsciscintillabase.h

     
    2626#ifndef QSCISCINTILLABASE_H
    2727#define QSCISCINTILLABASE_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qglobal.h>
    3430
    3531#include <QAbstractScrollArea>
     
    33223318    QsciScintillaBase &operator=(const QsciScintillaBase &);
    33233319};
    33243320
    3325 #ifdef __APPLE__
    3326 }
    3327 #endif
    3328 
    33293321#endif
  • Qt4Qt5/Qsci/qscistyle.h

     
    2626#ifndef QSCISTYLE_H
    2727#define QSCISTYLE_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qcolor.h>
    3430#include <qfont.h>
    3531#include <qstring.h>
     
    195191    void init(int style);
    196192};
    197193
    198 #ifdef __APPLE__
    199 }
    200 #endif
    201 
    202194#endif
  • Qt4Qt5/Qsci/qscistyledtext.h

     
    2626#ifndef QSCISTYLEDTEXT_H
    2727#define QSCISTYLEDTEXT_H
    2828
    29 #ifdef __APPLE__
    30 extern "C++" {
    31 #endif
    32 
    3329#include <qstring.h>
    3430
    3531#include <Qsci/qsciglobal.h>
     
    6864    const QsciStyle *explicit_style;
    6965};
    7066
    71 #ifdef __APPLE__
    72 }
    73 #endif
    74 
    7567#endif