| 43 | }; |
| 44 | |
| 45 | BookmarkManagerTest::BookmarkManagerTest() : |
| 46 | QObject(nullptr), |
| 47 | m_root{nullptr}, |
| 48 | m_manager{nullptr}, |
| 49 | m_subFolder{nullptr} |
| 50 | { |
| 51 | } |
| 52 | |
| 53 | void BookmarkManagerTest::initTestCase() |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected