mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Display more log messages
This commit is contained in:
parent
ebc9d62f69
commit
3ff075c048
5 changed files with 33 additions and 1 deletions
|
@ -140,6 +140,10 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void OptionsSaved(const QString& info, bool deleteOptions);
|
||||
// HTTP slots
|
||||
void askForTorrentUrl();
|
||||
#ifndef NO_UPNP
|
||||
void displayNoUPnPWanServiceDetected();
|
||||
#endif
|
||||
|
||||
|
||||
public slots:
|
||||
void torrentAdded(const QString& path, torrent_handle& h, bool fastResume);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue