Changeset 179 for smplayer/vendor/current/src/deviceinfo.h
- Timestamp:
- Aug 31, 2016, 5:19:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/deviceinfo.h
r175 r179 23 23 #include <QVariant> 24 24 #include <QList> 25 26 #ifndef Q_OS_WIN 27 #define CACHE_DEVICE_INFO 28 #endif 25 29 26 30 class QSettings; … … 60 64 61 65 protected: 66 #ifdef CACHE_DEVICE_INFO 62 67 static void saveList(QSettings * set, const QString & section_name, const DeviceList & list); 63 68 static DeviceList loadList(QSettings * set, const QString & section_name); 69 #endif 64 70 65 71 #ifdef Q_OS_WIN
Note:
See TracChangeset
for help on using the changeset viewer.