|
|
@ -447,6 +447,8 @@ protected slots: |
|
|
|
if (!label.isEmpty()) { |
|
|
|
if (!label.isEmpty()) { |
|
|
|
if (!customLabels.contains(label)) { |
|
|
|
if (!customLabels.contains(label)) { |
|
|
|
addLabel(label); |
|
|
|
addLabel(label); |
|
|
|
|
|
|
|
// addLabel may have changed the label, update the model accordingly.
|
|
|
|
|
|
|
|
torrentItem->setData(TorrentModelItem::TR_LABEL, label); |
|
|
|
} |
|
|
|
} |
|
|
|
// Update label counter
|
|
|
|
// Update label counter
|
|
|
|
Q_ASSERT(customLabels.contains(label)); |
|
|
|
Q_ASSERT(customLabels.contains(label)); |
|
|
|