============================================================================
| 686 | |
| 687 | //============================================================================ |
| 688 | void QtAdvancedStylesheetPrivate::replaceColor(QByteArray& Content, |
| 689 | const QString& TemplateColor, const QString& ThemeColor) const |
| 690 | { |
| 691 | Content.replace(TemplateColor.toLatin1(), ThemeColor.toLatin1()); |
| 692 | } |
| 693 | |
| 694 | |
| 695 | //============================================================================ |