Changeset 8 for trunk/tools/designer/uic


Ignore:
Timestamp:
Nov 16, 2005, 8:36:46 PM (20 years ago)
Author:
dmik
Message:

Transferred Qt for OS/2 version 3.3.1-rc5 sources from the CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/designer/uic/main.cpp

    r7 r8  
    4444extern QStringList *dbpaths;
    4545
     46#ifdef Q_WS_PM
     47// defined in qeventloop_pm.cpp
     48extern bool qt_suppress_morph_warning;
     49#endif
     50
    4651int main( int argc, char * argv[] )
    4752{
     53#ifdef Q_WS_PM
     54    qt_suppress_morph_warning = true;
     55#endif
    4856    bool impl = FALSE;
    4957    bool subcl = FALSE;
Note: See TracChangeset for help on using the changeset viewer.