| 17 | public: |
| 18 | explicit DevicePathView(QWidget *parent = nullptr); |
| 19 | DevicePathView(const DevicePathView &) = delete; |
| 20 | DevicePathView &operator=(const DevicePathView &) = delete; |
| 21 | |
| 22 | void setReadOnly(bool readonly); |
nothing calls this directly
no outgoing calls
no test coverage detected