Changeset 165 for smplayer/trunk/src/smplayer.h
- Timestamp:
- May 16, 2014, 9:51:55 AM (11 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 163
- Property svn:mergeinfo changed
-
smplayer/trunk/src/smplayer.h
r156 r165 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.