mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
- merge from stable branches (WebUI fixes)
This commit is contained in:
parent
75290cf715
commit
86024c6c74
19 changed files with 64 additions and 540 deletions
|
@ -35,8 +35,8 @@ void EventManager::update(QVariantMap event)
|
|||
++revision;
|
||||
events << QPair<ulong, QVariantMap>(revision, event);
|
||||
emit updated();
|
||||
qDebug("Added the following event");
|
||||
qDebug() << event;
|
||||
//qDebug("Added the following event");
|
||||
//qDebug() << event;
|
||||
/* QLinkedList<QPair<ulong, QVariantMap> >::iterator i;
|
||||
for (i = events.begin(); i != events.end(); i++)
|
||||
qDebug() << *i;*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue