| 199 | } |
| 200 | |
| 201 | void BufferFormatSpecifier::setAutoFormat(QString autoFormat) |
| 202 | { |
| 203 | m_AutoFormat = autoFormat; |
| 204 | |
| 205 | updateFormatList(); |
| 206 | |
| 207 | setFormat(autoFormat); |
| 208 | |
| 209 | formatText->emptyUndoBuffer(); |
| 210 | |
| 211 | apply_clicked(); |
| 212 | } |
| 213 | |
| 214 | void BufferFormatSpecifier::setContext(ICaptureContext *ctx) |
| 215 | { |
no test coverage detected