aboutsummaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-14 12:49:37 +0200
committerDanilo M. <danix@danix.xyz>2026-08-14 12:49:37 +0200
commit7e1cabf49c03c1e0c2926dcfcf82adedbf98940e (patch)
tree624dd47cea8d1faa0db7cbf4d04fce6bef6bf906 /tests/CMakeLists.txt
parent83f42ab460820e9fd1b96653e14c08b5d51a2166 (diff)
downloadqtmaildir-7e1cabf49c03c1e0c2926dcfcf82adedbf98940e.tar.gz
qtmaildir-7e1cabf49c03c1e0c2926dcfcf82adedbf98940e.zip
feat(tags): hit-test a chip in the tag strip
chipRectAt() is the single source of a chip's geometry, used by paintEvent and by the hit test, so the drawn chip and the clickable chip cannot drift. The +N chip yields nothing: it stands for a list of tags rather than one, so there is no single value a search could be built from.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 5b0b85b..68148ee 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -55,3 +55,4 @@ add_qtmaildir_test(tagdialog)
add_qtmaildir_test(tagrules)
add_qtmaildir_test(rulequery)
add_qtmaildir_test(searchterm)
+add_qtmaildir_test(tagstrip)