Home
last modified time | relevance | path

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

/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Dkiletool.cpp49 m_bstInputs(KileConfig::bstInputPaths()), in Base()
348 m_bstInputs = s; in setBstInputPaths()
353 return m_bstInputs; in bstInputPaths()
H A Dkiletool.h366 QString m_texInputs, m_bibInputs, m_bstInputs; variable