From e8f6750e65767709575720eb6da1402e6ef20bad Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 26 Aug 2023 14:53:30 +0900 Subject: Drop USE_TQT4 code Signed-off-by: Michele Calgaro (cherry picked from commit 57af4f9d87ac88216a3bbcebaeed55db07a8948d) --- tdehtml/html/html_miscimpl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tdehtml/html/html_miscimpl.cpp') diff --git a/tdehtml/html/html_miscimpl.cpp b/tdehtml/html/html_miscimpl.cpp index 58804bff5..5b8d4ef4b 100644 --- a/tdehtml/html/html_miscimpl.cpp +++ b/tdehtml/html/html_miscimpl.cpp @@ -64,7 +64,6 @@ struct CollectionCache: public NodeListImpl::Cache virtual void clear(DocumentImpl* doc) { Cache::clear(doc); - //qDeletaAll here in Qt4 nameCache.clear(); } }; -- cgit v1.2.1