MCPcopy Create free account
hub / github.com/biometrics/openbr / showFile

Function showFile

openbr/core/qtutils.cpp:377–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377void 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
388QString toString(const QVariant &variant)
389{

Callers 2

EvalRegressionFunction · 0.85
finalizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected