Home
last modified time | relevance | path

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

/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Dkiletool.cpp50 m_childToolSpawned(false), in Base()
287 m_childToolSpawned = true; in runChildNext()
470 emit(done(this, Aborted, m_childToolSpawned)); in stop()
488 emit(done(this, result, m_childToolSpawned)); in finish()
822 emit(done(this, Failed, m_childToolSpawned)); in run()
843 emit(done(this, Silent, m_childToolSpawned)); in run()
H A Dkiletool.h375 bool m_childToolSpawned; variable