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
|
@ -267,11 +267,6 @@ void AndroidController::startQrReaderActivity()
|
|||
AndroidVPNActivity::instance()->startQrCodeReader();
|
||||
}
|
||||
|
||||
void AndroidController::copyTextToClipboard(QString text)
|
||||
{
|
||||
AndroidVPNActivity::instance()->copyTextToClipboard(text);
|
||||
}
|
||||
|
||||
void AndroidController::scheduleStatusCheckSlot()
|
||||
{
|
||||
QTimer::singleShot(1000, [this]() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue