Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
QString pluginExtension()
176
{
177
#ifdef Q_OS_MAC
178
return QStringLiteral(
".so"
);
179
#else
180
return libraryExtension();
181
#endif
182
}
183
184
QString documentationPath()
185
{
Callers
2
PluginInfo
Method · 0.85
pluginFilter
Method · 0.85
Calls
1
libraryExtension
Function · 0.85
Tested by
no test coverage detected