Bug 362135 - Please implement QPlatformTheme::fileIconPixmap()
Summary: Please implement QPlatformTheme::fileIconPixmap()
Status: RESOLVED FIXED
Alias: None
Product: plasma-integration
Classification: Plasma
Component: general (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Martin Flöser
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-23 12:12 UTC by Eugene Shalygin
Modified: 2017-05-07 15:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Shalygin 2016-04-23 12:12:23 UTC
QFileIconProvider uses QPlatformTheme::fileIconPixmap() to get icons. Without this method all pixmaps for file paths are empty.

P.S. The same applies to frameworkintegration.
Comment 1 Eugene Shalygin 2017-05-07 15:21:31 UTC
Implemented.