mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Add PlayableModel::itemSize().
This commit is contained in:
@@ -115,6 +115,7 @@ public:
|
|||||||
|
|
||||||
void updateDetailedInfo( const QModelIndex& index );
|
void updateDetailedInfo( const QModelIndex& index );
|
||||||
|
|
||||||
|
QSize itemSize() const { return m_itemSize; }
|
||||||
void setItemSize( const QSize& size ) { m_itemSize = size; }
|
void setItemSize( const QSize& size ) { m_itemSize = size; }
|
||||||
|
|
||||||
void startLoading();
|
void startLoading();
|
||||||
|
Reference in New Issue
Block a user