mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
Allow clearing of execution log and peer ban log
This commit is contained in:
@@ -166,6 +166,8 @@ public slots:
|
||||
void addConsoleMessage(QString msg, QColor color=QApplication::palette().color(QPalette::WindowText));
|
||||
#endif
|
||||
void addPeerBanMessage(QString msg, bool from_ipfilter);
|
||||
void clearConsoleMessages() { consoleMessages.clear(); }
|
||||
void clearPeerBanMessages() { peerBanMessages.clear(); }
|
||||
void processDownloadedFile(QString, QString);
|
||||
void addMagnetSkipAddDlg(const QString& uri, const QString& save_path = QString(), const QString& label = QString());
|
||||
void addMagnetInteractive(const QString& uri);
|
||||
|
||||
Reference in New Issue
Block a user