| 375 | } |
| 376 | |
| 377 | void showFile(const QString &file) |
| 378 | { |
| 379 | #ifndef BR_EMBEDDED |
| 380 | (void) file; |
| 381 | // A bug in Qt5 currently prevents us from doing this: |
| 382 | // QDesktopServices::openUrl(QUrl::fromLocalFile(file)); |
| 383 | #else // BR_EMBEDDED |
| 384 | (void) file; |
| 385 | #endif // BR_EMBEDDED |
| 386 | } |
| 387 | |
| 388 | QString toString(const QVariant &variant) |
| 389 | { |
no outgoing calls
no test coverage detected