Changeset 165 for smplayer/trunk/src/findsubtitles/osclient.cpp
- 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/findsubtitles/osclient.cpp
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 … … 48 48 49 49 void OSClient::search(const QString & hash, qint64 file_size) { 50 #ifdef Q_OS_WIN 51 qDebug("OSClient::search: hash: %s, file_size: %I64d", hash.toUtf8().constData(), file_size); 52 #else 53 qDebug("OSClient::search: hash: %s, file_size: %lld", hash.toUtf8().constData(), file_size); 54 #endif 50 qDebug() << "OSClient::search: hash: " << hash << "file_size: " << file_size; 55 51 56 52 search_hash = hash; … … 89 85 list.append(m); 90 86 list.append(m); 87 list.append(m); 88 //list.append(m); 89 list.append(m); // Adding more, sometimes it keeps failing... 91 90 92 91 QVariantList args;
Note:
See TracChangeset
for help on using the changeset viewer.