Changeset 4d0db91 for src/gui/urlinputdialog.cpp
- Timestamp:
- 10/02/17 23:03:50 (5 years ago)
- Branches:
- master
- Children:
- c793b28
- Parents:
- d6f1e74
- git-author:
- Philipp Spitzer <philipp@…> (10/02/17 22:18:07)
- git-committer:
- Philipp Spitzer <philipp@…> (10/02/17 23:03:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/urlinputdialog.cpp
rd6f1e74 r4d0db91 51 51 void UrlInputDialog::textChanged(const QString& text) 52 52 { 53 buttons->button(QDialogButtonBox:: StandardButton::Open)->setEnabled(!text.isEmpty());53 buttons->button(QDialogButtonBox::Open)->setEnabled(!text.isEmpty()); 54 54 } 55 55
Note: See TracChangeset
for help on using the changeset viewer.