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
114114 return ColorizeIcon (icon, SingleColor ());
115115}
116116
117- QIcon PlatformStyle::TextColorIcon (const QString& filename) const
118- {
119- return ColorizeIcon (filename, TextColor ());
120- }
121-
122117QIcon PlatformStyle::TextColorIcon (const QIcon& icon) const
123118{
124119 return ColorizeIcon (icon, TextColor ());
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ class PlatformStyle
3333 /* * Colorize an icon (given object) with the icon color */
3434 QIcon SingleColorIcon (const QIcon& icon) const ;
3535
36- /* * Colorize an icon (given filename) with the text color */
37- QIcon TextColorIcon (const QString& filename) const ;
38-
3936 /* * Colorize an icon (given object) with the text color */
4037 QIcon TextColorIcon (const QIcon& icon) const ;
4138
You can’t perform that action at this time.
0 commit comments