Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
void ScriptImport::setImport(const QString& imp)
22
{
23
import = imp;
24
}
25
26
QString ScriptImport::getImport() const
27
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected