Changeset 118 for smplayer/vendor/current/src/prefdrives.cpp
- Timestamp:
- Dec 22, 2011, 6:27:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/prefdrives.cpp
r90 r118 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 0Ricardo Villalba <rvm@escomposlinux.org>2 Copyright (C) 2006-2011 Ricardo Villalba <rvm@escomposlinux.org> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 42 42 #endif 43 43 44 #ifdef Q_OS_OS2 // fixme SCS 45 bool isCDDevice(QString drive) { 46 return true; 47 } 48 #endif 49 44 50 PrefDrives::PrefDrives(QWidget * parent, Qt::WindowFlags f) 45 51 : PrefWidget(parent, f ) … … 94 100 // DVD device combo 95 101 // In windows, insert the drives letters 96 #if def Q_OS_WIN102 #if defined(Q_OS_WIN) || defined(Q_OS_OS2) 97 103 QFileInfoList list = QDir::drives(); 98 104 for (int n = 0; n < list.size(); n++) {
Note:
See TracChangeset
for help on using the changeset viewer.