mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 18:17:08 -07:00
Add ability to filter log messages by type.
This commit is contained in:
parent
b0c324ace8
commit
73832a5ed8
10 changed files with 194 additions and 46 deletions
|
@ -32,27 +32,22 @@
|
|||
#define EXECUTIONLOG_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "base/logger.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui {
|
||||
class ExecutionLog;
|
||||
}
|
||||
QT_END_NAMESPACE
|
||||
class Logger;
|
||||
class LogListWidget;
|
||||
|
||||
namespace Log
|
||||
{
|
||||
struct Msg;
|
||||
struct Peer;
|
||||
}
|
||||
|
||||
class ExecutionLog: public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ExecutionLog(QWidget *parent = 0);
|
||||
void showMsgTypes(const Log::MsgTypes &types);
|
||||
~ExecutionLog();
|
||||
|
||||
private slots:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue