Home
last modified time | relevance | path

Searched refs:m_dirModelForExpand (Results 1 – 2 of 2) sorted by relevance

/dports/devel/kf5-kio/kio-5.89.0/autotests/
H A Dkdirmodeltest.cpp57 m_dirModelForExpand = nullptr; in Q_DECLARE_METATYPE()
131 delete m_dirModelForExpand; in cleanupTestCase()
132 m_dirModelForExpand = nullptr; in cleanupTestCase()
557 delete m_dirModelForExpand; in testRenameDirectory()
558 m_dirModelForExpand = new KDirModel; in testRenameDirectory()
620 delete m_dirModelForExpand; in testRenameDirectory()
621 m_dirModelForExpand = nullptr; in testRenameDirectory()
769 if (!m_dirModelForExpand || (flags & NewDir)) { in testExpandToUrl()
770 delete m_dirModelForExpand; in testExpandToUrl()
771 m_dirModelForExpand = new KDirModel; in testExpandToUrl()
[all …]
H A Dkdirmodeltest.h108 KDirModel *m_dirModelForExpand; variable