mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
FEATURE: Files contained in a torrent are opened on double click (files panel)
This commit is contained in:
parent
c4d9c51e49
commit
a18e325c18
4 changed files with 22 additions and 2 deletions
|
@ -100,6 +100,7 @@ public slots:
|
|||
void readSettings();
|
||||
void saveSettings();
|
||||
void reloadPreferences();
|
||||
void openDoubleClickedFile(QModelIndex);
|
||||
|
||||
public:
|
||||
PropertiesWidget(QWidget *parent, GUI* main_window, TransferListWidget *transferList, Bittorrent* BTSession);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue