comparison plugin/PluginScan.h @ 1429:48e9f538e6e9

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents d45a16c232bd
children dcff44a76573
comparison
equal deleted inserted replaced
1428:87ae75da6527 1429:48e9f538e6e9
43 * logic was added. 43 * logic was added.
44 */ 44 */
45 bool scanSucceeded() const; 45 bool scanSucceeded() const;
46 46
47 enum PluginType { 47 enum PluginType {
48 VampPlugin, 48 VampPlugin,
49 LADSPAPlugin, 49 LADSPAPlugin,
50 DSSIPlugin 50 DSSIPlugin
51 }; 51 };
52 struct Candidate { 52 struct Candidate {
53 QString libraryPath; // full path, not just soname 53 QString libraryPath; // full path, not just soname
54 QString helperTag; // identifies the helper that found it 54 QString helperTag; // identifies the helper that found it
55 // (see HelperExecPath) 55 // (see HelperExecPath)