[apps/regression/app] Remove redundant call

setDefault() will be called when the GraphView appears
This commit is contained in:
Ruben Dashyan
2019-06-27 15:27:24 +02:00
parent 8957cb9fea
commit 5eae3563f5

View File

@@ -34,7 +34,6 @@ App * App::Snapshot::unpack(Container * container) {
void App::Snapshot::reset() {
m_store.deleteAllPairs();
m_store.setDefault();
m_modelVersion = 0;
m_rangeVersion = 0;
setActiveTab(0);