- Timestamp:
- Dec 22, 2011, 6:27:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/findsubtitles/filedownloader/filedownloader.h
r90 r118 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 0Ricardo 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 … … 24 24 #include <QProgressDialog> 25 25 #include <QUrl> 26 #include <QBuffer>27 26 #include <QNetworkProxy> 28 27 … … 57 56 int http_get_id; 58 57 bool http_request_aborted; 59 QBuffer buffer; 58 60 59 }; 61 60
Note:
See TracChangeset
for help on using the changeset viewer.
