Skip to content
  • Elvis Angelaccio's avatar
    Port away from QList::toSet() · 3bf2922e
    Elvis Angelaccio authored
    The QSet range constructor requires Qt 5.14.
    
    In `DolphinView::slotHeaderContextMenuRequested()` the conversion from
    QList to QSet was pointless, so we just use a QList now.
    3bf2922e