From ba3931bc84fc046484949a99b3d8d2562f4ca2b2 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 3 Aug 2026 20:40:41 +0200 Subject: feat(completion): add the query cursor-context tokenizer Prefix completion only so far: the token under the cursor, bounded by whitespace or an opening parenthesis rather than by the start of the line. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 26cb37c..de19c8f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -14,6 +14,7 @@ add_library(qtmaildir_lib STATIC threadcidmap.cpp messageview.cpp mainwindow.cpp + querycompleter.cpp ) target_include_directories(qtmaildir_lib -- cgit v1.2.3