comparison plugin/DSSIPluginFactory.cpp @ 929:59e7fe1b1003 warnfix_no_size_t

Unsigned removals and warning fixes in data/
author Chris Cannam
date Tue, 17 Jun 2014 14:33:42 +0100
parents f5cd33909744
children f5810f1270ae
comparison
equal deleted inserted replaced
928:6a94bb528e9d 929:59e7fe1b1003
279 return lrdfPaths; 279 return lrdfPaths;
280 } 280 }
281 281
282 282
283 void 283 void
284 DSSIPluginFactory::discoverPlugins(QString soname) 284 DSSIPluginFactory::discoverPluginsFrom(QString soname)
285 { 285 {
286 Profiler profiler("DSSIPluginFactory::discoverPlugins"); 286 Profiler profiler("DSSIPluginFactory::discoverPlugins");
287 287
288 // Note that soname is expected to be a full path at this point, 288 // Note that soname is expected to be a full path at this point,
289 // of a file that is known to exist 289 // of a file that is known to exist