wilder
Laurent Montel 5 years ago
parent 1de792d19a
commit 67908b6410
  1. 2
      ktnef/src/ktnefview.cpp

@ -125,7 +125,7 @@ QList<KTNEFAttach *> KTNEFView::getSelection()
void KTNEFView::startDrag(Qt::DropActions dropAction)
{
Q_UNUSED(dropAction);
Q_UNUSED(dropAction)
QTreeWidgetItemIterator it(this, QTreeWidgetItemIterator::Selected);
QList<KTNEFAttach *> list;

Loading…
Cancel
Save