mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Allow to open destination folder on right click on a torrent
This commit is contained in:
parent
5b6166ee15
commit
c580285fe8
7 changed files with 104 additions and 20 deletions
|
@ -146,6 +146,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
public slots:
|
||||
void trackerAuthenticationRequired(QTorrentHandle& h);
|
||||
void setTabText(int index, QString text) const;
|
||||
void openDestinationFolder() const;
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue