Changeset 127 for smplayer/vendor/current/src/filesettingshash.cpp
- Timestamp:
- Mar 29, 2012, 3:09:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/filesettingshash.cpp
r121 r127 19 19 #include "filesettingshash.h" 20 20 #include "mediasettings.h" 21 #include " osparser.h" // hash function21 #include "filehash.h" // hash function 22 22 #include <QSettings> 23 23 #include <QFile> … … 36 36 QString res; 37 37 38 QString hash = OSParser::calculateHash(filename);38 QString hash = FileHash::calculateHash(filename); 39 39 if (!hash.isEmpty()) { 40 40 if (output_dir != 0) (*output_dir) = hash[0];
Note:
See TracChangeset
for help on using the changeset viewer.