MCPcopy Create free account
hub / github.com/QuasarApp/CQtDeployer / getPluginNameFromFile

Method getPluginNameFromFile

src/Deploy/src/pluginsparser.cpp:143–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143QString PluginsParser::getPluginNameFromFile(const QString &baseNaem) const {
144
145 if (baseNaem.left(3) == "lib") {
146 return baseNaem.right(baseNaem.size() - 3);
147 }
148
149 return baseNaem;
150}
151
152bool PluginsParser::scan(const QString& pluginPath,
153 QStringList &resDependencies,

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected