| 150 | } |
| 151 | |
| 152 | void DeviceImpl::loadName() |
| 153 | { |
| 154 | if(m_plugins.count()) { |
| 155 | m_displayName = m_plugins[0]->displayName(); |
| 156 | m_displayParam = m_plugins[0]->displayParam(); |
| 157 | } else { |
| 158 | m_displayName = "NO_PLUGIN"; |
| 159 | } |
| 160 | } |
| 161 | |
| 162 | void DeviceImpl::loadIcons() |
| 163 | { |
nothing calls this directly
no test coverage detected