MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / libraryPath

Function libraryPath

src/utils/QtCompat.h:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
19 inline QString libraryPath(QLibraryInfo::LibraryLocation p) {
20 return QLibraryInfo::location(p);
21 }
22#else
23 inline QString libraryPath(QLibraryInfo::LibraryPath p) {
24 return QLibraryInfo::path(p);

Callers 1

initTranslatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected