mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
Fix unused warning.
Took 1 minute
This commit is contained in:
parent
0922d75d1e
commit
d5ff2c9480
2 changed files with 2 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
2
external/qttesting
vendored
2
external/qttesting
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit c11a762df71d9f44698b93a0aab5dceb59c90e63
|
||||
Subproject commit 57ae4fed2744033b2865b70d67ed50a8eac4f63d
|
||||
Loading…
Add table
Add a link
Reference in a new issue