MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / daysRemaining

Method daysRemaining

app/src/Licensing/Trial.cpp:138–141  ·  view source on GitHub ↗

* @brief Gets the number of days remaining in the active trial. */

Source from the content-addressed store, hash-verified

136 * @brief Gets the number of days remaining in the active trial.
137 */
138int Licensing::Trial::daysRemaining() const
139{
140 return QDateTime::currentDateTimeUtc().daysTo(m_trialExpiry);
141}
142
143//--------------------------------------------------------------------------------------------------
144// Trial management

Callers 2

getStatusMethod · 0.45
trialGetStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected