blob: 98cf364a4db89e209b96299adf35c93f491b6ef1 (
plain)
1
2
3
4
5
6
7
|
#include "kdesvn_events.h"
#include "eventnumbers.h"
FillCacheStatusEvent::FillCacheStatusEvent(TQ_LLONG current,TQ_LLONG max)
:TQCustomEvent(EVENT_LOGCACHE_STATUS),m_current(current),m_max(max)
{
}
|