Changeset ca20842 for src/gui/conferenceeditor.cpp
- Timestamp:
- 08/21/12 23:02:51 (10 years ago)
- Branches:
- master, qt5
- Children:
- 2dffed3
- Parents:
- 80589bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/conferenceeditor.cpp
r80589bb rca20842 151 151 static const QString format("Schedule URL for %1 is not set. Enter the schedule URL:"); 152 152 bool ok; 153 QStringurl = QInputDialog::getText(this, "URL Input", format.arg(selectedConf.title()), QLineEdit::Normal, QString(), &ok);153 url = QInputDialog::getText(this, "URL Input", format.arg(selectedConf.title()), QLineEdit::Normal, QString(), &ok); 154 154 if (!ok) return; 155 155 // first save it, to remain if fetch fails
Note: See TracChangeset
for help on using the changeset viewer.