MCPcopy Create free account
hub / github.com/KDAB/GammaRay / pluginExtension

Function pluginExtension

common/paths.cpp:175–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175QString pluginExtension()
176{
177#ifdef Q_OS_MAC
178 return QStringLiteral(".so");
179#else
180 return libraryExtension();
181#endif
182}
183
184QString documentationPath()
185{

Callers 2

PluginInfoMethod · 0.85
pluginFilterMethod · 0.85

Calls 1

libraryExtensionFunction · 0.85

Tested by

no test coverage detected