From 39dc6e384cce56c8dbdcf301a649b35a47b2d4c9 Mon Sep 17 00:00:00 2001 From: EndrII <EndrIIMail@gmail.com> Date: Wed, 14 Apr 2021 15:31:20 +0300 Subject: [PATCH] remove depricated field from tests --- tests/tstMain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tstMain.cpp b/tests/tstMain.cpp index 25783d7..d8b895b 100644 --- a/tests/tstMain.cpp +++ b/tests/tstMain.cpp @@ -43,7 +43,6 @@ private: */ void initTest(Test* test); - QList<Test*> _tests; QCoreApplication *_app = nullptr; };