| 39 | |
| 40 | |
| 41 | void FakeProcess::start(const QString& /*program*/, const QStringList& /*arguments*/, OpenMode /*mode = ReadWrite*/) |
| 42 | { |
| 43 | // don't do anything... |
| 44 | //std::cout << "fake process " << program.toStdString() << " called.\n"; |
| 45 | emit finished(0, QProcess::NormalExit); |
| 46 | } |
| 47 | |
| 48 | TOPPASScene::TOPPASScene(QObject* parent, const QString& tmp_path, bool gui) : |
| 49 | QGraphicsScene(parent), |
no outgoing calls
no test coverage detected