Remove workaround for QTBUG 93281

Seems to no longer be required
This commit is contained in:
Tobias Fella
2024-01-20 14:13:08 +01:00
parent 5f56fc1156
commit 4bd160cceb
3 changed files with 0 additions and 18 deletions

View File

@@ -86,13 +86,6 @@ public:
bool isFlatpak() const;
/**
* @brief Force a QQuickTextDocument to refresh when images are loaded.
*
* HACK: This is a workaround for QTBUG 93281.
*/
Q_INVOKABLE void forceRefreshTextDocument(QQuickTextDocument *textDocument, QQuickItem *item);
/**
* @brief Start listening for notifications in dbus-activated mode.
* These notifications will quit the application when closed.