]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/eventdialog.cpp
implemented 'links' in Event/EventDialog
[toast/confclerk.git] / src / gui / eventdialog.cpp
index 670710132df111ab7998054e9bfdc17e5ea8cf58..5f140ed782222fcae3d4ed32fb69a098a34ed06f 100644 (file)
@@ -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());
     persons->setText(event.persons().join(" and "));
     abstract->setText(event.abstract());
     description->setText(event.description());
+    links->setText(static_cast<QStringList>(event.links().values()).join("\n"));
 
     connect(favouriteButton, SIGNAL(clicked()), SLOT(favouriteClicked()));
     connect(alarmButton, SIGNAL(clicked()), SLOT(alarmClicked()));
 
     connect(favouriteButton, SIGNAL(clicked()), SLOT(favouriteClicked()));
     connect(alarmButton, SIGNAL(clicked()), SLOT(alarmClicked()));