MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / toQIcon

Method toQIcon

src/Gui/PythonWrapper.cpp:723–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723QIcon* PythonWrapper::toQIcon(PyObject* pyobj)
724{
725 return qt_getCppType<QIcon>(pyobj);
726}
727
728Py::Object PythonWrapper::fromQDir(const QDir& dir)
729{

Callers 1

getIconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected