Skip to content
  • Ahmad Samir's avatar
    [SpellChecking KCM] Fix the build · 646bd3ee
    Ahmad Samir authored
    Summary:
    QList/QSet iterator-based ctors are available since Qt 5.14, so we
    could make the code conditional based on that to keep it building
    against older Qt versions. However I think the reason behind converting
    from QStringList to QSet was to remove duplicates, so use
    QStringList::removeDuplicates() and sort() instead.
    
    Bump KF5 min. required version to 5.69.0 because of Sonnet/ConfigView
    which first appeared in that version.
    
    Test Plan: make && ctest
    
    Reviewers: #plasma, bport, meven, crossi, ervin, davidedmundson
    
    Reviewed By: #plasma, davidedmundson
    
    Subscribers: davidedmundson, bcooksley, plasma-devel
    
    Tags: #plasma
    
    Differential Revision: https://phabricator.kde.org/D28232
    646bd3ee