CatalogUpdateEntry.h | CatalogUpdateEntry.h | |||
---|---|---|---|---|
skipping to change at line 78 | skipping to change at line 78 | |||
*/ | */ | |||
CatalogTypes::Action action() const; | CatalogTypes::Action action() const; | |||
void setAction( CatalogTypes::Action action ); | void setAction( CatalogTypes::Action action ); | |||
/** | /** | |||
* The Echo Nest fingerprint. | * The Echo Nest fingerprint. | |||
*/ | */ | |||
QByteArray fingerprint() const; | QByteArray fingerprint() const; | |||
void setFingerprint( const QByteArray& id ); | void setFingerprint( const QByteArray& id ); | |||
// deprecated | ||||
void setFingerpring( const QByteArray& id ); | ||||
/** | /** | |||
* The song id. Rosetta id or Echo Nest ID. | * The song id. Rosetta id or Echo Nest ID. | |||
*/ | */ | |||
QByteArray songId() const; | QByteArray songId() const; | |||
void setSongId( const QByteArray& id ); | void setSongId( const QByteArray& id ); | |||
/** | /** | |||
* The song name. Mutually exclusive with song id. | * The song name. Mutually exclusive with song id. | |||
*/ | */ | |||
QString songName() const; | QString songName() const; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||