Index: unittests/tst_logging.h =================================================================== diff -u -rb9c5b0b3afc3b34d4980ecc4f023f498f80dafbc -r805119c460b4a266d6401c8705f4427e7fbe270f --- unittests/tst_logging.h (.../tst_logging.h) (revision b9c5b0b3afc3b34d4980ecc4f023f498f80dafbc) +++ unittests/tst_logging.h (.../tst_logging.h) (revision 805119c460b4a266d6401c8705f4427e7fbe270f) @@ -30,14 +30,10 @@ private slots: - // void initTestCase_data(); // will be called before the first test function is executed. void initTestCase(); - // will be called before each test function is executed. - // void init(); - // will be called after every test function. void cleanup();