Mercurial > hg > svcore
comparison plugin/NativeVampPluginFactory.cpp @ 1227:5d886b7b4029 piper
Error reporting for Piper server startup
author | Chris Cannam |
---|---|
date | Fri, 21 Oct 2016 16:24:30 +0100 |
parents | ba16388b937d |
children | 75aefcc9f07d |
comparison
equal
deleted
inserted
replaced
1226:91ff08313375 | 1227:5d886b7b4029 |
---|---|
69 for (size_t i = 0; i < p.size(); ++i) m_pluginPath.push_back(p[i].c_str()); | 69 for (size_t i = 0; i < p.size(); ++i) m_pluginPath.push_back(p[i].c_str()); |
70 return m_pluginPath; | 70 return m_pluginPath; |
71 } | 71 } |
72 | 72 |
73 vector<QString> | 73 vector<QString> |
74 NativeVampPluginFactory::getPluginIdentifiers() | 74 NativeVampPluginFactory::getPluginIdentifiers(QString &) |
75 { | 75 { |
76 Profiler profiler("NativeVampPluginFactory::getPluginIdentifiers"); | 76 Profiler profiler("NativeVampPluginFactory::getPluginIdentifiers"); |
77 | 77 |
78 QMutexLocker locker(&m_mutex); | 78 QMutexLocker locker(&m_mutex); |
79 | 79 |