From ed42bdd74d70c7bcb9e1fb8f071ccb92b1515406 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 20 Feb 2016 20:49:17 +0100 Subject: Fetch more data on demand We skip values we've already seen and only retrieve the new ones. This currently only properly works in a non-live query and we don't give the model any feedback when we can't fetch more data anymore. However, it generally works and we get the desired effect. --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index fe72605..0d61d90 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -58,6 +58,7 @@ set(command_SRCS typeindex.cpp resourcefacade.cpp resourceconfig.cpp + resultset.cpp domain/applicationdomaintype.cpp domain/event.cpp domain/mail.cpp -- cgit v1.2.3