aboutsummaryrefslogtreecommitdiff
path: root/autotests/callcandidateseventtest.cpp
AgeCommit message (Collapse)Author
2021-01-25Autotests: make sure types passed to QCOMPARE are the sameAlexey Rusakov
The current test may fail with "undefined reference" errors discussed at https://stackoverflow.com/questions/14198972/undefined-symbols-for-qcompare.
2021-01-25Collapse the autotest entirely in *.cpp fileAlexey Rusakov
Otherwise CMake's automoc complains that it doesn't see a moc-able class definition in the file that includes "*.moc".
2021-01-21fix buildCarl Schwan
2021-01-21Move testsCarl Schwan