Ignore:
Timestamp:
Aug 31, 2016, 5:19:25 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update vendor to version 16.8.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/deviceinfo.h

    r175 r179  
    2323#include <QVariant>
    2424#include <QList>
     25
     26#ifndef Q_OS_WIN
     27#define CACHE_DEVICE_INFO
     28#endif
    2529
    2630class QSettings;
     
    6064
    6165protected:
     66#ifdef CACHE_DEVICE_INFO
    6267        static void saveList(QSettings * set, const QString & section_name, const DeviceList & list);
    6368        static DeviceList loadList(QSettings * set, const QString & section_name);
     69#endif
    6470
    6571#ifdef Q_OS_WIN
Note: See TracChangeset for help on using the changeset viewer.