diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-20 20:49:17 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-20 20:49:17 +0100 |
commit | ed42bdd74d70c7bcb9e1fb8f071ccb92b1515406 (patch) | |
tree | fc068b2f678d3d38d5ad398e6c85474306a0aa02 /common/CMakeLists.txt | |
parent | bc06643cd0c16140f6013be35b64732c1676e794 (diff) | |
download | sink-ed42bdd74d70c7bcb9e1fb8f071ccb92b1515406.tar.gz sink-ed42bdd74d70c7bcb9e1fb8f071ccb92b1515406.zip |
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.
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
58 | typeindex.cpp | 58 | typeindex.cpp |
59 | resourcefacade.cpp | 59 | resourcefacade.cpp |
60 | resourceconfig.cpp | 60 | resourceconfig.cpp |
61 | resultset.cpp | ||
61 | domain/applicationdomaintype.cpp | 62 | domain/applicationdomaintype.cpp |
62 | domain/event.cpp | 63 | domain/event.cpp |
63 | domain/mail.cpp | 64 | domain/mail.cpp |