| 919 | } |
| 920 | |
| 921 | void |
| 922 | Gui::appendToScriptEditor(const std::string & str) |
| 923 | { |
| 924 | _imp->_scriptEditor->appendToScriptEditor( QString::fromUtf8( str.c_str() ) ); |
| 925 | } |
| 926 | |
| 927 | void |
| 928 | Gui::printAutoDeclaredVariable(const std::string & str) |
no outgoing calls
no test coverage detected