mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Fix crash when clicked outside the table of torrent content view
Closes #13645
This commit is contained in:
committed by
sledgehammer999
parent
a8911f8136
commit
fe0ea843e0
@@ -540,6 +540,9 @@ QString PropertiesWidget::getFullPath(const QModelIndex &index) const
|
||||
|
||||
void PropertiesWidget::openItem(const QModelIndex &index) const
|
||||
{
|
||||
if (!index.isValid())
|
||||
return;
|
||||
|
||||
m_torrent->flushCache(); // Flush data
|
||||
Utils::Gui::openPath(getFullPath(index));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user