Changeset 917

Timestamp:
Jul 29, 2011, 3:09:55 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

uic: Fixed doubling EOLs (CRs) in pipe mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tools/uic/driver.cpp

    r846 r917  
    301301        m_output = out;
    302302    } else {
    303 #ifdef Q_WS_WIN
    304         // As one might also redirect the output to a file on win, 
     303#if
     304        // As one might also redirect the output to a file on win,
    305305        // we should not create the textstream with QFile::Text flag.
    306306        // The redirected file is opened in TextMode and this will
Note: See TracChangeset for help on using the changeset viewer.