| 913 | } |
| 914 | |
| 915 | void |
| 916 | Gui::appendToScriptEditor(const std::string & str) |
| 917 | { |
| 918 | _imp->_scriptEditor->appendToScriptEditor( QString::fromUtf8( str.c_str() ) ); |
| 919 | } |
| 920 | |
| 921 | void |
| 922 | Gui::printAutoDeclaredVariable(const std::string & str) |
no outgoing calls
no test coverage detected