diff --git a/runnermanager.cpp b/runnermanager.cpp index 205f54934..d19714f48 100644 --- a/runnermanager.cpp +++ b/runnermanager.cpp @@ -68,7 +68,7 @@ public: ~RunnerManagerPrivate() { - context.saveLaunchCounts(config); + context.save(config); } void scheduleMatchesChanged() @@ -100,7 +100,7 @@ public: const int cap = qMax(2, numThreads/2); DefaultRunnerPolicy::instance().setCap(cap); - context.restoreLaunchCounts(config); + context.restore(config); } void loadRunners()