diff -r f0769402350c -r 18bb6d1fc9d9 QTfrontend/model/HatModel.cpp --- a/QTfrontend/model/HatModel.cpp Mon Dec 02 17:13:22 2013 +0100 +++ b/QTfrontend/model/HatModel.cpp Mon Dec 02 23:20:07 2013 +0400 @@ -37,6 +37,8 @@ void HatModel::loadHats() { + qDebug("HatModel::loadHats()"); + // this method resets the contents of this model (important to know for views). QStandardItemModel::beginResetModel(); QStandardItemModel::clear();