[apps/shared] Define and use Interval reset method

This commit is contained in:
Ruben Dashyan
2019-08-30 15:45:35 +02:00
parent f4bbff2ec8
commit 0bec97a1ee
3 changed files with 11 additions and 8 deletions

View File

@@ -15,9 +15,7 @@ FunctionApp::Snapshot::Snapshot() :
}
void FunctionApp::Snapshot::reset() {
m_interval.setStart(0);
m_interval.setEnd(10);
m_interval.setStep(1);
m_interval.reset();
m_indexFunctionSelectedByCursor = 0;
m_modelVersion = 0;
m_rangeVersion = 0;