Removed compiler warning, m_currentId in XMMSHandler should be int, not uint
This commit is contained in:
parent
24f699beb4
commit
1af311e1f1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue