Ignore:
Timestamp:
Mar 29, 2012, 4:53:15 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: trunk update to latest svn

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/findsubtitles/findsubtitleswindow.cpp

    r124 r128  
    2121#include "simplehttp.h"
    2222#include "osparser.h"
     23#include "filehash.h"
    2324#include "languages.h"
    2425#include <QStandardItemModel>
     
    244245        table->setRowCount(0);
    245246
    246         QString hash = OSParser::calculateHash(filename);
     247        QString hash = FileHash::calculateHash(filename);
    247248        if (hash.isEmpty()) {
    248249                qWarning("FindSubtitlesWindow::setMovie: hash invalid. Doing nothing.");
Note: See TracChangeset for help on using the changeset viewer.