From e346aa3da5e06bd44b081ad0acb6eb5d1d24e555 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 16 Sep 2024 22:09:42 +0900 Subject: [PATCH] Adapt to latest tqt3 version Signed-off-by: Michele Calgaro --- src/basket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basket.cpp b/src/basket.cpp index c5fc9c8..ab1c693 100644 --- a/src/basket.cpp +++ b/src/basket.cpp @@ -3817,7 +3817,7 @@ void Basket::placeEditor(bool /*andEnsureVisible*/ /*= false*/) } #include -#include +#include void Basket::editorCursorPositionChanged() { if (!isDuringEdit())