File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,6 @@ QIcon PlatformStyle::SingleColorIcon(const QIcon& icon) const
114
114
return ColorizeIcon (icon, SingleColor ());
115
115
}
116
116
117
- QIcon PlatformStyle::TextColorIcon (const QString& filename) const
118
- {
119
- return ColorizeIcon (filename, TextColor ());
120
- }
121
-
122
117
QIcon PlatformStyle::TextColorIcon (const QIcon& icon) const
123
118
{
124
119
return ColorizeIcon (icon, TextColor ());
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ class PlatformStyle
33
33
/* * Colorize an icon (given object) with the icon color */
34
34
QIcon SingleColorIcon (const QIcon& icon) const ;
35
35
36
- /* * Colorize an icon (given filename) with the text color */
37
- QIcon TextColorIcon (const QString& filename) const ;
38
-
39
36
/* * Colorize an icon (given object) with the text color */
40
37
QIcon TextColorIcon (const QIcon& icon) const ;
41
38
You can’t perform that action at this time.
0 commit comments