Commit da807f68 authored by BogDan Vatra's avatar BogDan Vatra
Browse files

[doc] Add doc for QtAndroid::Runnable


Change-Id: Ib9d88dee71459d61d12bb975e24e8e59e687434d
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@qt.io>
parent 6ecc60c5
No related merge requests found
Showing with 6 additions and 0 deletions
......@@ -180,6 +180,12 @@ void QtAndroid::startIntentSender(const QAndroidJniObject &intentSender,
}
/*!
\typedef QtAndroid::Runnable
Synonym for std::function<void()>.
*/
/*!
\since 5.7
\fn void QtAndroid::runOnAndroidThread(const Runnable &runnable)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment