MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / setImport

Method setImport

src/scriptimport.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include "scriptimport.h"
20
21void ScriptImport::setImport(const QString& imp)
22{
23 import = imp;
24}
25
26QString ScriptImport::getImport() const
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected