mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Merge pull request #15029 from glassez/qt-5.14
Raise minimum Qt version to 5.14
This commit is contained in:
commit
5c0378a684
38 changed files with 101 additions and 153 deletions
|
@ -479,7 +479,8 @@ Session::Session(QObject *parent)
|
|||
m_storedCategories = map_cast(m_categories);
|
||||
}
|
||||
|
||||
m_tags = List::toSet(m_storedTags.get());
|
||||
const QStringList storedTags = m_storedTags.get();
|
||||
m_tags = {storedTags.cbegin(), storedTags.cend()};
|
||||
|
||||
enqueueRefresh();
|
||||
updateSeedingLimitTimer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue