diff options
Diffstat (limited to 'src/tests/mainwindow_test.cpp')
-rw-r--r-- | src/tests/mainwindow_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/mainwindow_test.cpp b/src/tests/mainwindow_test.cpp index 90ae26bd..a37e9f16 100644 --- a/src/tests/mainwindow_test.cpp +++ b/src/tests/mainwindow_test.cpp @@ -50,13 +50,13 @@ private: void MainWindowTest::initTestCase() { - window = new MainWindow; +// window = new MainWindow; } void MainWindowTest::cleanupTestCase() { - delete window; +// delete window; } // ------------------------------------------- |