Changeset 163 for smplayer/vendor/current/src/smplayer.h
- Timestamp:
- May 15, 2014, 7:53:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/smplayer.h
r154 r163 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 3Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 55 55 void showInfo(); 56 56 void deleteConfig(); 57 #ifdef Q_OS_WIN 58 void createFontFile(); 59 #endif 57 60 58 61 static BaseGui * main_window; … … 77 80 // Output log 78 81 static QFile output_log; 82 #if QT_VERSION >= 0x050000 83 static void myMessageOutput( QtMsgType type, const QMessageLogContext &, const QString & msg ); 84 #else 79 85 static void myMessageOutput( QtMsgType type, const char *msg ); 86 #endif 80 87 static bool allow_to_send_log_to_gui; 81 88 #endif
Note:
See TracChangeset
for help on using the changeset viewer.