Summary: | next/previous icons missing on buttons in search | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Christian (Fuchs) <kde> |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | frameworks | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/konversation/257902f50773041d5c3d232063acf7306aa6b9c7 | Version Fixed In: | |
Sentry Crash Report: |
Description
Christian (Fuchs)
2016-04-15 19:44:22 UTC
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 |