]> ruin.nu Git - hbs.git/blobdiff - bs/ui/fleetviewbase.ui.h
Mostly inital commits.
[hbs.git] / bs / ui / fleetviewbase.ui.h
index 05111a467a130b7f928706a257b42d327243951b..5f0912bb3c43a75657b8899930e83f121a1c6ecc 100644 (file)
@@ -9,12 +9,24 @@
 
 void FleetViewBase::slotAttacker(bool b)
 {
-    if (b)
+/*    if (b)
     {
-       CaptureBox->setCaption("Captured roids");
+       CaptureBox->setTitle(tr("Captured roids"));
     }
     else
     {
-       CaptureBox->setCaption("Salvage");
+       CaptureBox->setTitle(tr("Salvage"));
+    }*/
+}
+
+void FleetViewBase::slotHomePlanet( bool b )
+{
+/*    if (b)
+    {
+       RoidsGroup->show();
     }
+    else
+    {
+       RoidsGroup->hide();
+    }*/
 }
\ No newline at end of file