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/main.cpp

    r175 r179  
    2222#include <QDir>
    2323
    24 int main( int argc, char ** argv )
     24#ifdef HDPI_SUPPORT
     25#include "paths.h"
     26#include "hdpisupport.h"
     27#endif
     28
     29int main( int argc, char ** argv )
    2530{
     31#ifdef HDPI_SUPPORT
     32        HDPISupport * hdpi = new HDPISupport(Paths::configPath());
     33#endif
     34
    2635        MyApplication a( "smplayer", argc, argv );
    2736        /*
     
    8493        delete smplayer;
    8594
     95#ifdef HDPI_SUPPORT
     96        delete hdpi;
     97#endif
     98
    8699        return r;
    87100}
Note: See TracChangeset for help on using the changeset viewer.