Ignore:
Timestamp:
Mar 29, 2012, 3:09:42 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update to latest svn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/filesettingshash.cpp

    r121 r127  
    1919#include "filesettingshash.h"
    2020#include "mediasettings.h"
    21 #include "osparser.h" // hash function
     21#include "filehash.h" // hash function
    2222#include <QSettings>
    2323#include <QFile>
     
    3636        QString res;
    3737
    38         QString hash = OSParser::calculateHash(filename);
     38        QString hash = FileHash::calculateHash(filename);
    3939        if (!hash.isEmpty()) {
    4040                if (output_dir != 0) (*output_dir) = hash[0];
Note: See TracChangeset for help on using the changeset viewer.