Ignore:
Timestamp:
May 16, 2014, 9:51:55 AM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to latest 0.8.7

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/smplayer.h

    r156 r165  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    5555        void showInfo();
    5656        void deleteConfig();
     57#ifdef Q_OS_WIN
     58        void createFontFile();
     59#endif
    5760
    5861        static BaseGui * main_window;
     
    7780        // Output log
    7881        static QFile output_log;
     82        #if QT_VERSION >= 0x050000
     83        static void myMessageOutput( QtMsgType type, const QMessageLogContext &, const QString & msg );
     84        #else
    7985        static void myMessageOutput( QtMsgType type, const char *msg );
     86        #endif
    8087        static bool allow_to_send_log_to_gui;
    8188#endif
Note: See TracChangeset for help on using the changeset viewer.