mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-03 10:25:02 +00:00
Guard for null pointer
This commit is contained in:
parent
307f5e6e56
commit
0783968121
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user