error: New QERR_DEVICE_NO_BUS

This commit is contained in:
Markus Armbruster 2010-02-19 18:06:18 +01:00
parent 1ae7871840
commit 07574baf7b
2 changed files with 7 additions and 0 deletions

View file

@ -66,6 +66,9 @@ QError *qobject_to_qerror(const QObject *obj);
#define QERR_DEVICE_NOT_REMOVABLE \
"{ 'class': 'DeviceNotRemovable', 'data': { 'device': %s } }"
#define QERR_DEVICE_NO_BUS \
"{ 'class': 'DeviceNoBus', 'data': { 'device': %s } }"
#define QERR_FD_NOT_FOUND \
"{ 'class': 'FdNotFound', 'data': { 'name': %s } }"