Changeset 8 for trunk/src/kernel/qmime.cpp
- Timestamp:
- Nov 16, 2005, 8:36:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel/qmime.cpp
r7 r8 356 356 QStringList::Iterator it; 357 357 if ( abs_name[0] == '/' 358 #if def Q_WS_WIN358 #if defined(Q_WS_WIN) || defined(Q_WS_PM) 359 359 || ( abs_name[0] && abs_name[1] == ':' ) || abs_name.startsWith("\\\\") 360 360 #endif … … 456 456 if ( context.isNull() || 457 457 !(context[0] == '/' 458 #if def Q_WS_WIN458 #if defined(Q_WS_WIN) || defined(Q_WS_PM) 459 459 || ( context[0] && context[1] == ':') 460 460 #endif
Note:
See TracChangeset
for help on using the changeset viewer.