Changeset 175 for smplayer/vendor/current/src/findsubtitles/osclient.cpp
- Timestamp:
- May 3, 2016, 2:14:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/findsubtitles/osclient.cpp
r168 r175 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 … … 26 26 #ifdef OS_SEARCH_WORKAROUND 27 27 , best_search_count(0) 28 28 29 #endif 29 30 { … … 35 36 } 36 37 38 37 39 void OSClient::setProxy(const QNetworkProxy & proxy) { 38 40 rpc->setProxy(proxy); 39 41 } 42 40 43 41 44 void OSClient::login() { … … 59 62 search_hash = hash; 60 63 search_size = file_size; 64 65 61 66 62 67 #if 0 … … 76 81 void OSClient::doSearch() { 77 82 best_search_count = -1; 78 for (int n = 1; n < 8; n++) doSearch(n);83 for (int n = 1; n <; n++) doSearch(n); 79 84 } 80 85
Note:
See TracChangeset
for help on using the changeset viewer.
