| 257 | } |
| 258 | |
| 259 | void CParameterPlugin::SetPromptCount(int NewPromptCount) |
| 260 | { |
| 261 | if (m_nPromptCount == NewPromptCount) |
| 262 | return; |
| 263 | m_nPromptCount = NewPromptCount; |
| 264 | SetModified(true); |
| 265 | emit sigPromptCountChanged(m_nPromptCount); |
| 266 | } |
| 267 | |
| 268 | bool CParameterPlugin::GetViewPassowrd() const |
| 269 | { |
no outgoing calls
no test coverage detected