Changeset 8 for trunk/tools/designer/uic
- Timestamp:
- Nov 16, 2005, 8:36:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/designer/uic/main.cpp
r7 r8 44 44 extern QStringList *dbpaths; 45 45 46 #ifdef Q_WS_PM 47 // defined in qeventloop_pm.cpp 48 extern bool qt_suppress_morph_warning; 49 #endif 50 46 51 int main( int argc, char * argv[] ) 47 52 { 53 #ifdef Q_WS_PM 54 qt_suppress_morph_warning = true; 55 #endif 48 56 bool impl = FALSE; 49 57 bool subcl = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.