Revise tag related implementations

Fix #12690.
This commit is contained in:
Chocobo1
2021-04-02 13:45:50 +08:00
parent ab6141edb7
commit fdc186c92f
20 changed files with 257 additions and 50 deletions

View File

@@ -30,10 +30,10 @@
#include <optional>
#include <QSet>
#include <QString>
#include <QVector>
#include "base/tagset.h"
#include "torrent.h"
#include "torrentcontentlayout.h"
@@ -45,7 +45,7 @@ namespace BitTorrent
{
QString name;
QString category;
QSet<QString> tags;
TagSet tags;
QString savePath;
bool disableTempPath = false; // e.g. for imported torrents
bool sequential = false;