MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / Start

Method Start

Src/StatsAppUsage.cpp:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void CStatsAppUsage::Start()
56{
57 Q_ASSERT_X(!m_szUrl.isEmpty(), "Stats.App",
58 "Please call SetUrl() and SetVersion() first");
59 m_tmStart = QDateTime::currentDateTime();
60 Download("Start");
61 StartDay();
62 StartOnce();
63 m_Timer.start(24 * 3600 * 1000);
64}
65
66void CStatsAppUsage::Stop()
67{

Callers 1

Q_LOGGING_CATEGORYFunction · 0.45

Calls 2

startMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected