| 63 | } |
| 64 | |
| 65 | ColumnEditorDialog::~ColumnEditorDialog() |
| 66 | { |
| 67 | delete ui; |
| 68 | } |
| 69 | |
| 70 | void ColumnEditorDialog::insertTextStartingAtCurrentColumn(const std::function<QString ()> &f) |
| 71 | { |
nothing calls this directly
no outgoing calls
no test coverage detected