mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 11:51:44 +02:00
* Obsolete code.
This commit is contained in:
@@ -323,7 +323,6 @@ PlayableProxyModel::lessThan( int column, const Tomahawk::query_ptr& q1, const T
|
|||||||
{
|
{
|
||||||
Tomahawk::result_ptr r = q1->results().first();
|
Tomahawk::result_ptr r = q1->results().first();
|
||||||
bitrate1 = r->bitrate();
|
bitrate1 = r->bitrate();
|
||||||
duration1 = r->track()->duration();
|
|
||||||
mtime1 = r->modificationTime();
|
mtime1 = r->modificationTime();
|
||||||
size1 = r->size();
|
size1 = r->size();
|
||||||
year1 = r->track()->year();
|
year1 = r->track()->year();
|
||||||
@@ -334,7 +333,6 @@ PlayableProxyModel::lessThan( int column, const Tomahawk::query_ptr& q1, const T
|
|||||||
{
|
{
|
||||||
Tomahawk::result_ptr r = q2->results().first();
|
Tomahawk::result_ptr r = q2->results().first();
|
||||||
bitrate2 = r->bitrate();
|
bitrate2 = r->bitrate();
|
||||||
duration2 = r->track()->duration();
|
|
||||||
mtime2 = r->modificationTime();
|
mtime2 = r->modificationTime();
|
||||||
size2 = r->size();
|
size2 = r->size();
|
||||||
year2 = r->track()->year();
|
year2 = r->track()->year();
|
||||||
|
Reference in New Issue
Block a user