Changeset 6123b48 in confclerk_git for src/gui/eventdialog.cpp
- Timestamp:
- 01/27/10 13:31:23 (13 years ago)
- Branches:
- master, qt5
- Children:
- 33b5c34
- Parents:
- 1bcd66f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/eventdialog.cpp
r1bcd66f r6123b48 24 24 abstract->setText(event.abstract()); 25 25 description->setText(event.description()); 26 links->setText(static_cast<QStringList>(event.links().values()).join("\n")); 26 27 27 28 connect(favouriteButton, SIGNAL(clicked()), SLOT(favouriteClicked()));
Note: See TracChangeset
for help on using the changeset viewer.