~neon/juk/master

« back to all changes in this revision

Viewing changes to collectionlist.cpp

  • Committer: Kacper Kasper
  • Date: 2017-07-27 20:45:15 UTC
  • mto: This revision was merged to the branch mainline in revision 2535.
  • Revision ID: git-v1:17c1e4d145856d2455c303894a3249c3559f1619
Fix some FIXMEs and tag remaining ones.

Show diffs side-by-side

added added

removed removed

Lines of Context:
385
385
 
386
386
void CollectionList::contentsDragMoveEvent(QDragMoveEvent *e)
387
387
{
388
 
    // FIXME
 
388
    // FIXME drag
389
389
    /*if(e->source() != this)
390
390
        Playlist::contentsDragMoveEvent(e);
391
391
    else*/
540
540
 
541
541
void CollectionListItem::repaint() const
542
542
{
543
 
    // FIXME
 
543
    // FIXME repaint
544
544
    /*QItemDelegate::repaint();
545
545
    for(PlaylistItemList::ConstIterator it = m_children.constBegin(); it != m_children.constEnd(); ++it)
546
546
        (*it)->repaint();*/