confirmation message box

This commit is contained in:
Max-Wilhelm Bruker 2009-05-27 20:37:28 +02:00
parent 13b6a360d2
commit 9a277ccccf
4 changed files with 62 additions and 14 deletions

View file

@ -182,5 +182,6 @@ bool DeckListModel::insertRows(int row, int count, const QModelIndex &parent)
void DeckListModel::cleanList()
{
deckList->cleanList();
deckList->initZones();
reset();
}