From: APTX Date: Tue, 24 Jul 2012 14:27:51 +0000 (+0200) Subject: Oops, why didn't this get commited X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=41f9724fb3c5d74dc256548548b9832b4b9052ab;p=localmylist.git Oops, why didn't this get commited --- 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;