Commit 1b9734f864215aafc577b3c82462fe3c85e693aa
- Diff rendering mode:
- inline
- side by side
daemon/qxdevice.cpp
(3 / 3)
|   | |||
| 74 | 74 | } | |
| 75 | 75 | ||
| 76 | 76 | QString QXDevicePropertyError::toString() const { | |
| 77 | return i18n("device error with property name" | ||
| 78 | "%1: %2: %3", QString(this->name()), | ||
| 79 | QString(this->property()), this->message()); | ||
| 77 | return i18nc("device error with property name", | ||
| 78 | "%1: %2: %3", QString(this->name()), | ||
| 79 | QString(this->property()), this->message()); | ||
| 80 | 80 | } | |
| 81 | 81 | ||
| 82 | 82 |

