Fix important memory usage problem in log tab

This commit is contained in:
Christophe Dumez
2011-06-20 22:28:55 +03:00
parent 16ad56c13f
commit 6d9e519cdc
4 changed files with 42 additions and 12 deletions

View File

@@ -60,6 +60,8 @@ class ScanFoldersModel;
class TorrentSpeedMonitor;
class DNSUpdater;
const int MAX_LOG_MESSAGES = 100;
class QBtSession : public QObject {
Q_OBJECT
Q_DISABLE_COPY(QBtSession)