- Web UI optimization

This commit is contained in:
Christophe Dumez 2008-09-12 19:56:32 +00:00
parent a189e4403d
commit 918c1507d3
4 changed files with 18 additions and 14 deletions

View file

@ -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");