remove some now unused code from XMMSHandler and clean up headers
This commit is contained in:
parent
ced09fc049
commit
f10cd0465a
41 changed files with 407 additions and 242 deletions
|
@ -18,23 +18,31 @@
|
|||
#ifndef __XCLIENTCACHE_H__
|
||||
#define __XCLIENTCACHE_H__
|
||||
|
||||
class XClientCache;
|
||||
// for Xmms::bin definition
|
||||
#include "xmmsclient/xmmsclient++/result.h"
|
||||
|
||||
#include "xclient.h"
|
||||
class XClient;
|
||||
namespace Xmms {
|
||||
class Dict;
|
||||
class PropDict;
|
||||
}
|
||||
// class XClientCache;
|
||||
|
||||
// #include "xclient.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QIcon>
|
||||
#include <QPixmap>
|
||||
#include <QHash>
|
||||
#include <QList>
|
||||
#include <QVariant>
|
||||
#include <QPixmapCache>
|
||||
class QIcon;
|
||||
class QPixmap;
|
||||
//#include <QPixmapCache>
|
||||
|
||||
class XClientCache : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
XClientCache (QObject *, XClient *);
|
||||
XClientCache (XClient *);
|
||||
|
||||
QHash<QString, QVariant> get_info (uint32_t id);
|
||||
QIcon get_icon (uint32_t id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue