Re: [Qemu-devel] [PATCH 3/7] forward declare all QObject subclasses in qobject.h

2009-10-17 Thread Anthony Liguori
Paolo Bonzini wrote: This gives more freedom to define prototypes without dragging in the whole header files. Cc: Luiz Capitulino Signed-off-by: Paolo Bonzini --- qobject.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/qobject.h b/qobject.h index 200644d..f5c78b2

[Qemu-devel] [PATCH 3/7] forward declare all QObject subclasses in qobject.h

2009-10-17 Thread Paolo Bonzini
This gives more freedom to define prototypes without dragging in the whole header files. Cc: Luiz Capitulino Signed-off-by: Paolo Bonzini --- qobject.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/qobject.h b/qobject.h index 200644d..f5c78b2 100644 --- a/qobject.h