LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
Media::AlbumInfo Struct Reference

Information about an album used in IAlbumArtProvider. More...

#include "ialbumartprovider.h"

Public Member Functions

bool operator== (const AlbumInfo &) const =default
 Compares two AlbumInfo structures. More...
 

Public Attributes

QString Artist_
 The artist name of this album. More...
 
QString Album_
 The album name. More...
 

Detailed Description

Information about an album used in IAlbumArtProvider.

Definition at line 27 of file ialbumartprovider.h.

Member Function Documentation

◆ operator==()

bool Media::AlbumInfo::operator== ( const AlbumInfo ) const
default

Compares two AlbumInfo structures.

Member Data Documentation

◆ Album_

QString Media::AlbumInfo::Album_

The album name.

Definition at line 35 of file ialbumartprovider.h.

Referenced by Media::qHash().

◆ Artist_

QString Media::AlbumInfo::Artist_

The artist name of this album.

Definition at line 31 of file ialbumartprovider.h.

Referenced by Media::qHash().


The documentation for this struct was generated from the following file: