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/filesettingshash.cpp

    r124 r128  
    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.