blob: 4536d2ab3f22a01f63d6b37b7604d4e0d4318dcd (
plain)
1
2
3
4
5
6
7
|
#include "kdesvn_events.h"
#include "eventnumbers.h"
FillCacheStatusEvent::FillCacheStatusEvent(Q_LLONG current,Q_LLONG max)
:QCustomEvent(EVENT_LOGCACHE_STATUS),m_current(current),m_max(max)
{
}
|