Skip to content
  • Marco Martin's avatar
    Use non-const iterators · b5036ff7
    Marco Martin authored
    Summary:
    on some GCC (here 7.5.0) it complains when one tries to reassign an
    iterator that was obtained via const_find, using find() using a
    mutable iterator makes it build fine
    
    Test Plan: Builds, behavior not changed
    
    Reviewers: #plasma, davidedmundson
    
    Reviewed By: #plasma, davidedmundson
    
    Subscribers: plasma-devel
    
    Tags: #plasma
    
    Differential Revision: https://phabricator.kde.org/D28497
    b5036ff7