Make DAAP browsing pretty

This commit is contained in:
Tobias Rundstrom 2006-08-25 13:24:39 -04:00
parent 7fbbfdb7bd
commit f6baf9cb12
2 changed files with 30 additions and 5 deletions

View file

@ -28,6 +28,8 @@ class BrowseModelItem
bool isDir () {
return m_isdir;
};
static bool itemCompare (BrowseModelItem *s1, BrowseModelItem *s2);
protected:
QHash<QString, QString> m_vals;