mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
- Logs are now in a separate dialog
This commit is contained in:
parent
f0049f1dae
commit
9156c9ac8f
8 changed files with 126 additions and 10 deletions
|
@ -57,6 +57,7 @@
|
|||
#include "previewSelect.h"
|
||||
#include "allocationDlg.h"
|
||||
#include "stdlib.h"
|
||||
#include "console_imp.h"
|
||||
|
||||
using namespace libtorrent;
|
||||
|
||||
|
@ -490,6 +491,10 @@ void GUI::on_actionSet_global_upload_limit_triggered() {
|
|||
new BandwidthAllocationDialog(this, true, BTSession, QStringList());
|
||||
}
|
||||
|
||||
void GUI::on_actionShow_console_triggered() {
|
||||
new consoleDlg(this, BTSession);
|
||||
}
|
||||
|
||||
void GUI::on_actionSet_global_download_limit_triggered() {
|
||||
qDebug("actionSet_global_download_limit_triggered");
|
||||
new BandwidthAllocationDialog(this, false, BTSession, QStringList());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue