|
|
|
@ -33,6 +33,7 @@
@@ -33,6 +33,7 @@
|
|
|
|
|
#include <QLabel> |
|
|
|
|
#include <QMenu> |
|
|
|
|
#include <QSignalMapper> |
|
|
|
|
#include <QThread> |
|
|
|
|
|
|
|
|
|
#include <libtorrent/session_status.hpp> |
|
|
|
|
|
|
|
|
@ -40,7 +41,6 @@
@@ -40,7 +41,6 @@
|
|
|
|
|
#include "base/bittorrent/session.h" |
|
|
|
|
#include "base/bittorrent/sessionstatus.h" |
|
|
|
|
#include "base/preferences.h" |
|
|
|
|
#include "base/utils/misc.h" |
|
|
|
|
|
|
|
|
|
ComboBoxMenuButton::ComboBoxMenuButton(QWidget *parent, QMenu *menu) |
|
|
|
|
: QComboBox(parent) |
|
|
|
@ -152,7 +152,7 @@ void SpeedWidget::update()
@@ -152,7 +152,7 @@ void SpeedWidget::update()
|
|
|
|
|
m_plot->pushPoint(point); |
|
|
|
|
|
|
|
|
|
QMetaObject::invokeMethod(this, "graphUpdate", Qt::QueuedConnection); |
|
|
|
|
Utils::Misc::msleep(1000); |
|
|
|
|
QThread::msleep(1000); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|