Removed compiler warning, m_currentId in XMMSHandler should be int, not uint

This commit is contained in:
Daniel Svensson 2006-03-07 15:43:24 +01:00
parent 24f699beb4
commit 1af311e1f1

View file

@ -69,7 +69,7 @@ class XMMSHandler : public QObject, public sigc::trackable {
XmmsQT4 *m_qt4;
XMMSClient *m_xmmsc;
static XMMSHandler *singleton;
uint m_currentid;
int m_currentid;
QHash<QString, QString> PropDictToQHash (XMMSResultDict *res);
QHash<QString, QString> DictToQHash (XMMSResultDict *res);
};