MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setProjectDirectory

Method setProjectDirectory

app/src/UI/Widgets/PainterContext.cpp:383–386  ·  view source on GitHub ↗

* @brief Updates the project directory used to resolve relative drawImage paths. */

Source from the content-addressed store, hash-verified

381 * @brief Updates the project directory used to resolve relative drawImage paths.
382 */
383void Widgets::PainterContext::setProjectDirectory(const QString& dir)
384{
385 m_projectDir = dir;
386}
387
388//--------------------------------------------------------------------------------------------------
389// Style getters

Callers 1

PainterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected