On Wed, May 18, 2011 at 1:51 AM, Michael Roth wrote:
>
> Signed-off-by: Michael Roth
> ---
> qlist.h | 10 ++
> 1 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/qlist.h b/qlist.h
> index dbe7b92..13f22eb 100644
> --- a/qlist.h
> +++ b/qlist.h
> @@ -50,4 +50,14 @@ QObj
Signed-off-by: Michael Roth
---
qlist.h | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/qlist.h b/qlist.h
index dbe7b92..13f22eb 100644
--- a/qlist.h
+++ b/qlist.h
@@ -50,4 +50,14 @@ QObject *qlist_peek(QList *qlist);
int qlist_empty(const QList *qlist);
QLis