mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 17:53:08 -07:00
- Web UI optimization
This commit is contained in:
parent
a189e4403d
commit
918c1507d3
4 changed files with 18 additions and 14 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue