----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116887/ -----------------------------------------------------------
Review request for KDE Frameworks. Repository: kcompletion Description ------- Undeprecate setUrlDropsEnabled(bool) in KComboBox and KLineEdit Apidox say it to be deprecated and use installEventFilter with a LineEditUrlDropEventFilter instead. But that's precisely what setUrlDropsEnabled does, so I don't see the point of making the user do it when there's already a one-line method for that. Diffs ----- src/klineedit.h 76a1f01 src/kcombobox.h eea930d src/kcombobox.cpp 30edc1b Diff: https://git.reviewboard.kde.org/r/116887/diff/ Testing ------- It builds. The compiler warnings about this deprecation disappear. Thanks, David Gil Oliva
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel