oops in building with webkit
This commit is contained in:
parent
c746d044c4
commit
44530f277b
@ -148,11 +148,11 @@ private:
|
|||||||
QString m_text;
|
QString m_text;
|
||||||
QProgressDialog *m_progress{nullptr};
|
QProgressDialog *m_progress{nullptr};
|
||||||
int m_residx{0}; // result index in page
|
int m_residx{0}; // result index in page
|
||||||
|
QString m_lasttext;
|
||||||
void runJS(const QString& js);
|
void runJS(const QString& js);
|
||||||
#if defined(USING_WEBENGINE)
|
#if defined(USING_WEBENGINE)
|
||||||
// Webengine local image display appears to break randomly (for some versions and platforms,
|
// 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.
|
// circa 2022) when we display the same data multiple times. Detect and avoid.
|
||||||
QString m_lasttext;
|
|
||||||
QPointF m_scrollpos{0,0};
|
QPointF m_scrollpos{0,0};
|
||||||
QSizeF m_contentsize{0,0};
|
QSizeF m_contentsize{0,0};
|
||||||
#endif // WEBENGINE
|
#endif // WEBENGINE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user