]> ruin.nu Git - hbs.git/blobdiff - bs/bsview.cpp
initial commit of the BSConf class.
[hbs.git] / bs / bsview.cpp
index ec0e2135da6f5dec708c71b66009ad89b36ccf24..4f050c03601967fa42c1eb43a362dc8d84c220cb 100644 (file)
@@ -111,7 +111,7 @@ void BSView::slotDocumentChanged()
                        {       
                                int ships = battles[b][g][(*k).first].NumberOfShips();
                                groupShips += ships;
-                               (void) new QListViewItem(group, (*k).first, QString("%1").arg(ships));
+                               (void) new QListViewItem(group, (*k).first, QString("%1").arg(ships), QString("%1").arg(battles[b][g][(*k).first].ETA()));
                        }
                        group->setText(1, QString("%1").arg(groupShips));
                }