1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Add PlayableModel::itemSize().

This commit is contained in:
Christian Muehlhaeuser 2012-06-14 21:45:29 +02:00
parent 848721902c
commit 4fad494630

View File

@ -115,6 +115,7 @@ public:
void updateDetailedInfo( const QModelIndex& index );
QSize itemSize() const { return m_itemSize; }
void setItemSize( const QSize& size ) { m_itemSize = size; }
void startLoading();