Apparently in the KF5 version the icons on prev/next buttons in the search are missing. Icon set used is the default (breeze) Reproducible: Always Steps to Reproduce: 1. Open the search (Ctrl+F) 2. Look at the prev / next buttons Actual Results: They don't have an icon but blank space on the left Expected Results: They have an icon or no blank space on the left
Git commit 257902f50773041d5c3d232063acf7306aa6b9c7 by Heiko Becker. Committed on 30/06/2016 at 11:46. Pushed by heikobecker into branch '1.6'. searchbar: Use QIcon::fromTheme to get next/previous icons The icons on the next and previous buttons in the searchbar were missing because QIcon(QString) expects a path containing a file name, but was given an icon name. REVIEW: 128321 M +3 -1 src/viewer/searchbar.cpp http://commits.kde.org/konversation/257902f50773041d5c3d232063acf7306aa6b9c7