Unbreak the build. I wonder how the breakage happened in the first place.
svn path=/trunk/KDE/kdelibs/; revision=967736
This commit is contained in:
parent
9b6304fcde
commit
4c2c5a1813
@ -68,7 +68,7 @@ public:
|
|||||||
|
|
||||||
~RunnerManagerPrivate()
|
~RunnerManagerPrivate()
|
||||||
{
|
{
|
||||||
context.saveLaunchCounts(config);
|
context.save(config);
|
||||||
}
|
}
|
||||||
|
|
||||||
void scheduleMatchesChanged()
|
void scheduleMatchesChanged()
|
||||||
@ -100,7 +100,7 @@ public:
|
|||||||
const int cap = qMax(2, numThreads/2);
|
const int cap = qMax(2, numThreads/2);
|
||||||
DefaultRunnerPolicy::instance().setCap(cap);
|
DefaultRunnerPolicy::instance().setCap(cap);
|
||||||
|
|
||||||
context.restoreLaunchCounts(config);
|
context.restore(config);
|
||||||
}
|
}
|
||||||
|
|
||||||
void loadRunners()
|
void loadRunners()
|
||||||
|
Loading…
Reference in New Issue
Block a user