qt: drop unnecessary `ClickLineEdit` widget
This widget has been a mere shadow of its former self even since 30018757 left it just wrapping a call to `QLineEdit::setPlaceholderText()`. Considering this, and that it's only used in one place anyway, it's really not worth keeping. I've cleaned up related copyright notices. They had mistakenly been left in the customwidgets files by e14f4778, and having reviewed the history of `SearchLineEdit` there seems to be no relevant link to the old `ClickLineEdit` code requiring these notices being kept in the searchlineedit files.
Showing
- modules/gui/qt/dialogs/open/openurl.cpp 3 additions, 2 deletionsmodules/gui/qt/dialogs/open/openurl.cpp
- modules/gui/qt/dialogs/open/openurl.hpp 2 additions, 2 deletionsmodules/gui/qt/dialogs/open/openurl.hpp
- modules/gui/qt/widgets/native/customwidgets.cpp 0 additions, 3 deletionsmodules/gui/qt/widgets/native/customwidgets.cpp
- modules/gui/qt/widgets/native/customwidgets.hpp 0 additions, 3 deletionsmodules/gui/qt/widgets/native/customwidgets.hpp
- modules/gui/qt/widgets/native/searchlineedit.cpp 0 additions, 3 deletionsmodules/gui/qt/widgets/native/searchlineedit.cpp
- modules/gui/qt/widgets/native/searchlineedit.hpp 0 additions, 13 deletionsmodules/gui/qt/widgets/native/searchlineedit.hpp
Loading
Please register or sign in to comment