mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
- Delete torrent permanently from hard drive used to delete parent folder if empty (fixed)
This commit is contained in:
@@ -186,7 +186,6 @@ class PropListDelegate: public QItemDelegate {
|
||||
public slots:
|
||||
void setModelData(QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const {
|
||||
QComboBox *combobox = static_cast<QComboBox*>(editor);
|
||||
// combobox->interpretText();
|
||||
int value = combobox->currentIndex();
|
||||
qDebug("Setting combobox value in index: %d", value);
|
||||
QString color;
|
||||
|
||||
Reference in New Issue
Block a user