summaryrefslogtreecommitdiff
path: root/qerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'qerror.h')
-rw-r--r--qerror.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qerror.h b/qerror.h
index bda764ff9f..2262619a68 100644
--- a/qerror.h
+++ b/qerror.h
@@ -59,6 +59,9 @@ QError *qobject_to_qerror(const QObject *obj);
#define QERR_FD_NOT_FOUND \
"{ 'class': 'fd_not_found', 'data': { 'name': %s } }"
+#define QERR_FD_NOT_SUPPLIED \
+ "{ 'class': 'fd_not_supplied', 'data': {} }"
+
#define QERR_INVALID_BLOCK_FORMAT \
"{ 'class': 'InvalidBlockFormat', 'data': { 'name': %s } }"