![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
#include <boost/functional/hash.hpp>
#include <QString>
#include <QList>
#include <QImage>
#include <QHash>
#include <QMetaType>
#include <util/sll/eitherfwd.h>
Go to the source code of this file.
Classes | |
class | QFuture< typename > |
struct | Media::AlbumInfo |
Information about an album used in IAlbumArtProvider. More... | |
class | Media::IAlbumArtProvider |
Interface for plugins that can search for album art. More... | |
Namespaces | |
Media | |
Functions | |
bool | Media::operator== (const AlbumInfo &a1, const AlbumInfo &a2) |
Compares two AlbumInfo structures. More... | |
size_t | Media::qHash (const AlbumInfo &info) |
A hash function for AlbumInfo to use it with QHash. More... | |