Fix inline images not showing up
Work around QTBUG 93281 See https://bugreports.qt.io/browse/QTBUG-93281 for details
This commit is contained in:
@@ -96,6 +96,8 @@ public:
|
||||
Q_INVOKABLE QString plainText(QQuickTextDocument *document) const;
|
||||
bool encryptionSupported() const;
|
||||
|
||||
Q_INVOKABLE void forceRefreshTextDocument(QQuickTextDocument *textDocument, QQuickItem *item);
|
||||
|
||||
private:
|
||||
explicit Controller(QObject *parent = nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user