From 41f9724fb3c5d74dc256548548b9832b4b9052ab Mon Sep 17 00:00:00 2001 From: APTX Date: Tue, 24 Jul 2012 16:27:51 +0200 Subject: [PATCH] Oops, why didn't this get commited --- localmylist/mylistnode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/localmylist/mylistnode.h b/localmylist/mylistnode.h index 32483f4..f7442ca 100644 --- a/localmylist/mylistnode.h +++ b/localmylist/mylistnode.h @@ -28,10 +28,10 @@ public: MyListNode *parent(); int totalRowCount() const; - int nextFetchSize() const; bool canFetchMore() const; virtual int fetchMore(); + void addFetched(); bool hasChildren() const; NodeType type() const; @@ -47,6 +47,7 @@ protected: int fetchedRowCount; QList childItems; + QList newItems; QList itemData; MyListNode *parentItem; -- 2.52.0