]> ruin.nu Git - hbs.git/blobdiff - bs/ui/bsappbase.ui.h
started to work on the battle report.. almost there =)
[hbs.git] / bs / ui / bsappbase.ui.h
index 305a4cabf25fa09d254db056f4a30d7c07c20bf6..2f30bb96b58054bf5e6125bae7154eff18602106 100644 (file)
@@ -108,6 +108,7 @@ void BSAppBase::battleSimulate()
        QApplication::setOverrideCursor( Qt::WaitCursor );
 
        doc->runBattleSimulation();
+       view->slotGenerateReport();
        QApplication::restoreOverrideCursor();
 }