Files has been modified many times manuallu on my branch as you asked a week or toow before 2020 and by Dara's script on master on 2019 and 2020. It might be me merging files from my branch to master with 2019, since I think his script is running only on master branches.
These are necessary QTest methods that I don't have any implementation for them yet. I didn't like the fact that although I don't have anything implemented, it's still counts as a successful test, so I comment them out for now until I have an implementation for them. In general I prefer not to remove thme to keep them as part of the standard QtTest class.
These are necessary QTest methods that I don't have any implementation for them yet. I didn't like the fact that although I don't have anything implemented, it's still counts as a successful test, so I comment them out for now until I have an implementation for them. In general I prefer not to remove thme to keep them as part of the standard QtTest class.
This doxygen comment (group end) looks out of place - should be at the bottom of the module after all code. What should be up here is a group start. Check HD code for examples.