From 44530f277b0c295b2ec5c44f508b56b380dad65a Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sat, 20 Aug 2022 18:07:17 +0200 Subject: [PATCH] oops in building with webkit --- src/qtgui/reslist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtgui/reslist.h b/src/qtgui/reslist.h index 65a05a86..5238d5be 100644 --- a/src/qtgui/reslist.h +++ b/src/qtgui/reslist.h @@ -148,11 +148,11 @@ private: QString m_text; QProgressDialog *m_progress{nullptr}; int m_residx{0}; // result index in page + QString m_lasttext; void runJS(const QString& js); #if defined(USING_WEBENGINE) // Webengine local image display appears to break randomly (for some versions and platforms, // circa 2022) when we display the same data multiple times. Detect and avoid. - QString m_lasttext; QPointF m_scrollpos{0,0}; QSizeF m_contentsize{0,0}; #endif // WEBENGINE