Home
last modified time | relevance | path

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

/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/buildgraph/
H A Drulecommands.h146 QString stderrFilePath() const { return m_stderrFilePath; } in stderrFilePath()
165 m_relevantEnvValues, m_stdoutFilePath, m_stderrFilePath); in serializationOp()
182 QString m_stderrFilePath; variable
H A Drulecommands.cpp286 && m_stderrFilePath == other->m_stderrFilePath in equals()
325 m_stderrFilePath = scriptValue->property(stderrFilePathProperty()).toString(); in fillFromScriptValue()