Workaround for bug https://bugreports.qt.io/browse/QTBUG-113461
This commit is contained in:
parent
34a228adbe
commit
1ec50cf6ad
13 changed files with 21 additions and 82 deletions
|
@ -476,11 +476,7 @@ void UiLogic::saveBinaryFile(const QString &desc, QString ext, const QString &da
|
|||
|
||||
void UiLogic::copyToClipboard(const QString &text)
|
||||
{
|
||||
#ifdef Q_OS_ANDROID
|
||||
AndroidController::instance()->copyTextToClipboard(text);
|
||||
#else
|
||||
qApp->clipboard()->setText(text);
|
||||
#endif
|
||||
}
|
||||
|
||||
void UiLogic::shareTempFile(const QString &suggestedName, QString ext, const QString& data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue