Changeset 176 for smplayer/trunk/src/inforeader.h
- Timestamp:
- May 3, 2016, 5:25:45 PM (10 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/inforeader.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 175
- Property svn:mergeinfo changed
-
smplayer/trunk/src/inforeader.h
r165 r176 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 4Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201 Ricardo Villalba <[email protected]> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 18 18 19 19 20 #ifndef _INFOREADER_H_21 #define _INFOREADER_H_20 #ifndef 21 #define 22 22 23 23 #include <QObject> 24 24 #include <QList> 25 26 #define USE_QPROCESS 1 27 28 #if USE_QPROCESS 29 class QProcess; 30 #else 31 class MyProcess; 32 #endif 25 #include <QStringList> 26 #include "config.h" 33 27 34 28 class InfoData { …
