Changeset 124 for smplayer/trunk/src/findsubtitles/simplehttp.h
- Timestamp:
- Mar 16, 2012, 4:02:47 PM (14 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/findsubtitles/simplehttp.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 121-122
- Property svn:mergeinfo changed
-
smplayer/trunk/src/findsubtitles/simplehttp.h
r119 r124 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 1 Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 35 35 void download(const QString & url); 36 36 37 38 39 37 40 signals: 38 41 void connecting(QString host); … … 47 50 QByteArray downloaded_text; 48 51 int http_get_id; 52 49 53 }; 50 54
Note:
See TracChangeset
for help on using the changeset viewer.
