Changeset 1032 for trunk/tools/linguist


Ignore:
Timestamp:
Aug 26, 2011, 8:12:38 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: Build fix (r1030 regression).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/linguist/lrelease/main.cpp

    r1030 r1032  
    6262#ifdef QT_BOOTSTRAPPED
    6363static void initBinaryDir(
    64 #ifndef Q_OS_WIN
     64#if
    6565        const char *argv0
    6666#endif
     
    186186#ifdef QT_BOOTSTRAPPED
    187187    initBinaryDir(
    188 #ifndef Q_OS_WIN
     188#if
    189189            argv[0]
    190190#endif
     
    321321#endif
    322322
     323
     324
     325
     326
    323327static QString binDir;
    324328
    325329static void initBinaryDir(
    326 #ifndef Q_OS_WIN
     330#if
    327331        const char *_argv0
    328332#endif
Note: See TracChangeset for help on using the changeset viewer.