diff --git a/src/executionlog.h b/src/executionlog.h index 2c3495b52..c9bf891b9 100644 --- a/src/executionlog.h +++ b/src/executionlog.h @@ -57,7 +57,6 @@ private: LogListWidget *m_logList; LogListWidget *m_banList; - int m_maxLines; }; #endif // EXECUTIONLOG_H diff --git a/src/qtlibtorrent/qbtsession.h b/src/qtlibtorrent/qbtsession.h index 81deec7d5..9bb2fbe0f 100755 --- a/src/qtlibtorrent/qbtsession.h +++ b/src/qtlibtorrent/qbtsession.h @@ -61,7 +61,7 @@ class ScanFoldersModel; class TorrentSpeedMonitor; class DNSUpdater; -const int MAX_LOG_MESSAGES = 100; +const int MAX_LOG_MESSAGES = 1000; enum TorrentExportFolder { RegularTorrentExportFolder,