This commit is contained in:
Jason Haslam 2019-03-20 10:40:40 -06:00
parent 6e055a1392
commit 5c4e8f5ab6

View File

@ -202,7 +202,7 @@ public:
QVBoxLayout *layout = new QVBoxLayout(this);
foreach (const QDateTime &key, comments.keys())
layout->addWidget(new Comment(key, comments.value(key)));
layout->addWidget(new Comment(key, comments.value(key), this));
}
};