mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
- Web UI optimization
This commit is contained in:
@@ -32,7 +32,7 @@ EventManager::EventManager(QObject *parent, bittorrent *BTSession)
|
||||
|
||||
void EventManager::update(QVariantMap event)
|
||||
{
|
||||
revision++;
|
||||
++revision;
|
||||
events << QPair<ulong, QVariantMap>(revision, event);
|
||||
emit updated();
|
||||
qDebug("Added the following event");
|
||||
|
||||
Reference in New Issue
Block a user