From fb09018d49e182012422d721fb0fbf95130b82c5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 3 Jan 2018 17:58:47 +0100 Subject: We need all parents available, not only one --- common/modelresult.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/modelresult.h') diff --git a/common/modelresult.h b/common/modelresult.h index 55a95b9..321f9f1 100644 --- a/common/modelresult.h +++ b/common/modelresult.h @@ -75,6 +75,7 @@ private: qint64 parentId(const Ptr &value); QModelIndex createIndexFromId(const qint64 &id) const; + bool allParentsAvailable(qint64 id) const; Sink::Log::Context mLogCtx; // TODO we should be able to directly use T as index, with an appropriate hash function, and thus have a QMap and QList -- cgit v1.2.3