mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 21:29:01 -04:00
inserted the model into the widget
This commit is contained in:
parent
4fce5d61cc
commit
b7c8c16e29
6 changed files with 214 additions and 35 deletions
|
@ -108,7 +108,7 @@ MessageWidget *MessageWidget::openMsg(const std::string &msgId, bool window)
|
|||
msgWidget->isWindow = window;
|
||||
msgWidget->fill(msgId);
|
||||
|
||||
if (parent) {
|
||||
if (parent) {
|
||||
parent->addWidget(msgWidget);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue