Guard for null pointer

This commit is contained in:
Chocobo1
2021-09-11 11:50:29 +08:00
parent 307f5e6e56
commit 0783968121

View File

@@ -551,6 +551,9 @@ void PropertiesWidget::loadDynamicData()
void PropertiesWidget::loadUrlSeeds()
{
if (!m_torrent)
return;
m_ui->listWebSeeds->clear();
qDebug("Loading URL seeds");
const QVector<QUrl> hcSeeds = m_torrent->urlSeeds();