| 148 | } |
| 149 | |
| 150 | void SourceFormatterStyle::copyDataFrom(const SourceFormatterStyle& other) |
| 151 | { |
| 152 | m_usePreview = other.m_usePreview; |
| 153 | m_content = other.m_content; |
| 154 | m_mimeTypes = other.m_mimeTypes; |
| 155 | m_overrideSample = other.m_overrideSample; |
| 156 | } |
| 157 | |
| 158 | QDebug operator<<(QDebug dbg, const SourceFormatterStyle& style) |
| 159 | { |