--- a/src/headerhistorymodel.cpp Mon Mar 19 12:44:27 2018 +0200
+++ b/src/headerhistorymodel.cpp Tue Mar 20 12:25:52 2018 +0200
@@ -10,6 +10,8 @@
{
if (this->header)
return this->header->history.size();
+ else
+ return 0;
}
int HeaderHistoryModel::columnCount(const QModelIndex&) const