X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fbsview.cpp;h=4f050c03601967fa42c1eb43a362dc8d84c220cb;hp=ec0e2135da6f5dec708c71b66009ad89b36ccf24;hb=f1e79e13d76a63700e6345503e338afaa93c102d;hpb=dd9dce44b9c28f747be79aab2ec1032663bea1c6 diff --git a/bs/bsview.cpp b/bs/bsview.cpp index ec0e213..4f050c0 100644 --- a/bs/bsview.cpp +++ b/bs/bsview.cpp @@ -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)); }