| 53 | } |
| 54 | |
| 55 | void 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 | |
| 66 | void CStatsAppUsage::Stop() |
| 67 | { |
no test coverage detected