mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Allow deselecting radio buttons in "Torrent options" for mixed torrents
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
|
||||
#include "base/settingvalue.h"
|
||||
|
||||
class QAbstractButton;
|
||||
|
||||
namespace BitTorrent
|
||||
{
|
||||
class Torrent;
|
||||
@@ -76,6 +78,7 @@ private:
|
||||
QStringList m_categories;
|
||||
QString m_currentCategoriesString;
|
||||
bool m_allSameCategory = true;
|
||||
QAbstractButton *m_previousRadio = nullptr;
|
||||
struct
|
||||
{
|
||||
QString savePath;
|
||||
|
||||
Reference in New Issue
Block a user