2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Revert "Use gtk clipboard when available to avoid https://bugreports.qt.io/browse/QTBUG-56595"

Fixed in Qt by https://codereview.qt-project.org/c/qt/qtbase/+/306771

This reverts commit 3a91003eea.
This commit is contained in:
Ilya Fedin
2021-08-10 17:15:05 +04:00
committed by John Preston
parent ea3191badf
commit 414456d003
14 changed files with 5 additions and 241 deletions

View File

@@ -33,10 +33,6 @@ bool GtkIntegration::showOpenWithDialog(const QString &filepath) const {
return false;
}
QImage GtkIntegration::getImageFromClipboard() const {
return {};
}
QString GtkIntegration::AllowedBackends() {
return {};
}