mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- Logs are now in a separate dialog
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user