| 29 | } |
| 30 | |
| 31 | QString documentationUrl() |
| 32 | { |
| 33 | #ifdef Q_OS_ANDROID |
| 34 | return QStringLiteral(APP_URL "/../doc/" PROJECT_VARNAME "/docs/android.html"); |
| 35 | #else |
| 36 | return QStringLiteral(APP_URL "/../doc/" PROJECT_VARNAME "/README.html"); |
| 37 | #endif |
| 38 | } |
| 39 | |
| 40 | } // namespace QtGui |
nothing calls this directly
no outgoing calls
no test coverage detected