diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index eeebd94c6..6df4470bf 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -314,6 +314,7 @@ void bittorrent::startTorrentsInPause(bool b) { void bittorrent::setQueueingEnabled(bool enable) { if(queueingEnabled != enable) { + qDebug("Queueing system is changing state..."); queueingEnabled = enable; if(enable) { // Load priorities @@ -358,7 +359,7 @@ void bittorrent::setQueueingEnabled(bool enable) { foreach(couple2, tmp_list2) { uploadQueue->append(couple2.second); } - (*uploadQueue)<