X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/1bcd66f3a4a3d201f3e45334affcc3b8a6c4b153..6123b4802e094983b3f0bfa29e0f7cac27bb0be2:/src/gui/eventdialog.cpp diff --git a/src/gui/eventdialog.cpp b/src/gui/eventdialog.cpp index 6707101..5f140ed 100644 --- a/src/gui/eventdialog.cpp +++ b/src/gui/eventdialog.cpp @@ -23,6 +23,7 @@ EventDialog::EventDialog(const int &aEventId, QWidget *aParent) persons->setText(event.persons().join(" and ")); abstract->setText(event.abstract()); description->setText(event.description()); + links->setText(static_cast(event.links().values()).join("\n")); connect(favouriteButton, SIGNAL(clicked()), SLOT(favouriteClicked())); connect(alarmButton, SIGNAL(clicked()), SLOT(alarmClicked()));