| 84 | public: |
| 85 | JSPluginSpec *parentSpec() { return m_parentSpec; } |
| 86 | QString section() { return m_section; } |
| 87 | QString caption() { return m_caption; } |
| 88 | QString guid() { return m_guid; } |
| 89 | QString slotType() { return m_slotType; } |
no outgoing calls
no test coverage detected