Changeset 128 for smplayer/trunk/src/findsubtitles/findsubtitleswindow.cpp
- Timestamp:
- Mar 29, 2012, 4:53:15 PM (13 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 127
- Property svn:mergeinfo changed
-
smplayer/trunk/src/findsubtitles/findsubtitleswindow.cpp
r124 r128 21 21 #include "simplehttp.h" 22 22 #include "osparser.h" 23 #include "filehash.h" 23 24 #include "languages.h" 24 25 #include <QStandardItemModel> … … 244 245 table->setRowCount(0); 245 246 246 QString hash = OSParser::calculateHash(filename);247 QString hash = FileHash::calculateHash(filename); 247 248 if (hash.isEmpty()) { 248 249 qWarning("FindSubtitlesWindow::setMovie: hash invalid. Doing nothing.");
Note:
See TracChangeset
for help on using the changeset viewer.