Album.h   Album.h 
skipping to change at line 44 skipping to change at line 44
explicit Album( Mbid mbid ); explicit Album( Mbid mbid );
Album( Artist artist, QString title ); Album( Artist artist, QString title );
Album( const Album& album ); Album( const Album& album );
~Album(); ~Album();
QDomElement toDomElement( QDomDocument& ) const; QDomElement toDomElement( QDomDocument& ) const;
virtual QUrl imageUrl( ImageSize size, bool square = false ) const; virtual QUrl imageUrl( ImageSize size, bool square = false ) const;
void setImageUrl( ImageSize size, const QString& url ); void setImageUrl( ImageSize size, const QString& url );
void setArtist( const QString& artist );
bool operator==( const Album& that ) const; bool operator==( const Album& that ) const;
bool operator!=( const Album& that ) const; bool operator!=( const Album& that ) const;
Album& operator=( const Album& that ); Album& operator=( const Album& that );
QString toString() const; QString toString() const;
operator QString() const; operator QString() const;
QString title() const; QString title() const;
Artist artist() const; Artist artist() const;
Mbid mbid() const; Mbid mbid() const;
 End of changes. 1 change blocks. 
0 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/