NOISSUE some safe refactors and changes of the task subsystem

Possibly also some bug fixes.
This commit is contained in:
Petr Mrázek
2017-06-26 01:14:32 +02:00
parent 2973b11d3e
commit 89d3a66658
18 changed files with 94 additions and 167 deletions

View File

@ -31,7 +31,7 @@ void ModMinecraftJar::executeTask()
void ModMinecraftJar::jarModdingFinished()
{
if(m_jarModTask->successful())
if(m_jarModTask->wasSuccessful())
{
emitSucceeded();
}