Changeset 172 for trunk/src/gui/dialogs/qfiledialog_p.h
- Timestamp:
- Sep 9, 2009, 1:54:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/dialogs/qfiledialog_p.h
r2 r172 100 100 QFSCompletor(QAbstractItemModel *model, QObject *parent = 0) : QCompleter(model, parent), proxyModel(0), sourceModel(0) 101 101 { 102 #if def Q_OS_WIN102 #if defined(Q_OS_WIN) || defined(Q_OS_OS2) 103 103 setCaseSensitivity(Qt::CaseInsensitive); 104 104 #endif … … 196 196 return MAX_PATH; 197 197 #endif //Q_OS_WINCE 198 #elif defined(Q_OS_OS2) 199 Q_UNUSED(path); 200 return CCHMAXPATH; 198 201 #else 199 202 Q_UNUSED(path); … … 296 299 bool fileNameLabelExplicitlySat; 297 300 QStringList nameFilters; 298 301 299 302 // Members for using native dialogs: 300 303 bool nativeDialogInUse;
Note:
See TracChangeset
for help on using the changeset viewer.