Commit 882d27ad authored by Ilkka Ollakka's avatar Ilkka Ollakka

qt4: enable dragging from everywhere

This enables drag items from service discovery, I don't see why user
shouldn't be allowed to drag his/her favorite shoutcast/other item to
medialibrary or playlist from service-discovery lists.
parent 50ad59bb
......@@ -168,8 +168,8 @@ Qt::ItemFlags PLModel::flags( const QModelIndex &index ) const
PL_UNLOCK;
flags |= Qt::ItemIsDragEnabled;
}
flags |= Qt::ItemIsDragEnabled;
return flags;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment