diff options
Diffstat (limited to 'quacker/history.cpp')
-rw-r--r-- | quacker/history.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/history.cpp b/quacker/history.cpp index c00ca9f..30a5361 100644 --- a/quacker/history.cpp +++ b/quacker/history.cpp @@ -57,7 +57,7 @@ void History::historyChanged(const Quackle::History &history) rowLabels.push_back(tr("Final")); m_tableWidget->setRowCount(rowLabels.size()); - m_tableWidget->setColumnCount(players.size()); + m_tableWidget->setColumnCount((int)players.size()); Quackle::PlayerList currentScores(lastPosition.endgameAdjustedScores()); |