Fix unused warning.

Took 1 minute
This commit is contained in:
Lukas Brübach 2026-01-07 09:24:57 +01:00
parent 0922d75d1e
commit d5ff2c9480
2 changed files with 2 additions and 1 deletions

View file

@ -941,6 +941,7 @@ MainWindow::MainWindow(QWidget *parent)
QTimer::singleShot(0, this, &MainWindow::startupConfigCheck);
testUtility = new pqTestUtility(this);
testUtility->setRecordWithDialog(true);
testUtility->addEventObserver("xml", new XMLEventObserver(this));
testUtility->addEventSource("xml", new XMLEventSource(this));
}