]> ruin.nu Git - hbs.git/blobdiff - bs/ui/bsappbase.ui.h
adding, removing and chaning fleets now works.
[hbs.git] / bs / ui / bsappbase.ui.h
index 0787e81d3563357ca824bd91598b5e18894348a4..da293f2786f9c3bbae29da3024db3847ca05953f 100644 (file)
@@ -99,4 +99,12 @@ void BSAppBase::battleNew()
        {
       // user entered nothing or pressed Cancel
        }
+}
+
+void BSAppBase::battleSimulate()
+{
+     QApplication::setOverrideCursor( Qt::WaitCursor );
+     
+     //doc->runBattleSimulation();
+     QApplication::restoreOverrideCursor();
 }
\ No newline at end of file