From 9c5eff958d527d1803114a6f78d086fb313b9bd2 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 16 Mar 2010 17:40:48 +0100 Subject: error: New QERR_PROPERTY_VALUE_IN_USE --- qerror.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qerror.h') diff --git a/qerror.h b/qerror.h index d5f0e9dc3c..f7a10b7b9a 100644 --- a/qerror.h +++ b/qerror.h @@ -96,6 +96,9 @@ QError *qobject_to_qerror(const QObject *obj); #define QERR_PROPERTY_VALUE_BAD \ "{ 'class': 'PropertyValueBad', 'data': { 'device': %s, 'property': %s, 'value': %s } }" +#define QERR_PROPERTY_VALUE_IN_USE \ + "{ 'class': 'PropertyValueInUse', 'data': { 'device': %s, 'property': %s, 'value': %s } }" + #define QERR_QMP_BAD_INPUT_OBJECT \ "{ 'class': 'QMPBadInputObject', 'data': { 'expected': %s } }" -- cgit 1.4.1