Fixed typo
This commit is contained in:
parent
90c8fbb495
commit
2225a735ca
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ void UiLogic::copyToClipboard(const QString &text)
|
||||||
{
|
{
|
||||||
#ifdef Q_OS_ANDROID
|
#ifdef Q_OS_ANDROID
|
||||||
AndroidController::instance()->copyTextToClipboard(text);
|
AndroidController::instance()->copyTextToClipboard(text);
|
||||||
#elif
|
#else
|
||||||
qApp->clipboard()->setText(text);
|
qApp->clipboard()->setText(text);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue