Make DAAP browsing pretty
This commit is contained in:
parent
7fbbfdb7bd
commit
f6baf9cb12
2 changed files with 30 additions and 5 deletions
|
|
@ -28,6 +28,8 @@ class BrowseModelItem
|
|||
bool isDir () {
|
||||
return m_isdir;
|
||||
};
|
||||
|
||||
static bool itemCompare (BrowseModelItem *s1, BrowseModelItem *s2);
|
||||
|
||||
protected:
|
||||
QHash<QString, QString> m_vals;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue