Wake the dispatcher when the machines file has changed

This commit is contained in:
Eelco Dolstra 2015-08-17 15:48:10 +02:00
parent 092d60735b
commit 7a654259ff

View file

@ -96,6 +96,8 @@ void State::loadMachinesFile()
auto machines_(machines.lock());
*machines_ = newMachines;
wakeDispatcher();
}