MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / ~CsvApplication

Method ~CsvApplication

src/csvapplication.cpp:215–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 */
214
215CsvApplication::~CsvApplication() {
216 delete searchInput;
217 delete replaceInput;
218 delete findButton;
219 delete replaceButton;
220 delete replaceFindButton;
221 delete replaceAllButton;
222 delete flagMatchingButton;
223 delete unflagMatchingButton;
224 delete ignoreCase;
225 delete useRegex;
226 delete searchWinLabel;
227 delete searchWinScope;
228 delete searchWin;
229
230 delete sortWin;
231
232 #ifdef __APPLE__
233 delete appMenuBar;
234 delete remainQuitButton;
235 delete remainOpenWin;
236 #endif
237
238 delete imWorkingButton;
239 delete imWorkingWindow;
240}
241
242
243

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected