| 190 | } |
| 191 | |
| 192 | BufferFormatSpecifier::~BufferFormatSpecifier() |
| 193 | { |
| 194 | delete ui; |
| 195 | |
| 196 | // unregister any shortcuts on this window |
| 197 | if(m_Ctx) |
| 198 | m_Ctx->GetMainWindow()->UnregisterShortcut(QString(), this); |
| 199 | } |
| 200 | |
| 201 | void BufferFormatSpecifier::setAutoFormat(QString autoFormat) |
| 202 | { |
nothing calls this directly
no test coverage detected