| 18 | #endif |
| 19 | |
| 20 | void CommonTest::initTestCase() { |
| 21 | // always enable debugging |
| 22 | enableDebugTrace(true); |
| 23 | KLocalizedString::setApplicationDomain("labplot"); |
| 24 | |
| 25 | #ifdef _WIN32 |
| 26 | // if (AttachConsole(ATTACH_PARENT_PROCESS)) { |
| 27 | // freopen("CONOUT$", "w", stdout); |
| 28 | // freopen("CONOUT$", "w", stderr); |
| 29 | // } |
| 30 | #endif |
| 31 | } |
| 32 | |
| 33 | void CommonTest::listStack(QUndoStack* stack) { |
| 34 | qDebug() << "--------------------------"; |
nothing calls this directly
no test coverage detected