Mercurial > hg > svcore
comparison plugin/PluginScan.cpp @ 1278:0be27c989c1d 3.0-integration
Avoid compiler warning
author | Chris Cannam |
---|---|
date | Tue, 22 Nov 2016 16:40:28 +0000 |
parents | a99641535e02 |
children | f98fde50570b |
comparison
equal
deleted
inserted
replaced
1277:13701ab9d2c7 | 1278:0be27c989c1d |
---|---|
125 m_kp.clear(); | 125 m_kp.clear(); |
126 m_succeeded = false; | 126 m_succeeded = false; |
127 } | 127 } |
128 | 128 |
129 QList<PluginScan::Candidate> | 129 QList<PluginScan::Candidate> |
130 PluginScan::getCandidateLibrariesFor(PluginType type) const | 130 PluginScan::getCandidateLibrariesFor(PluginType |
131 #ifdef HAVE_PLUGIN_CHECKER_HELPER | |
132 type | |
133 #endif | |
134 ) const | |
131 { | 135 { |
132 #ifdef HAVE_PLUGIN_CHECKER_HELPER | 136 #ifdef HAVE_PLUGIN_CHECKER_HELPER |
133 | 137 |
134 QMutexLocker locker(&m_mutex); | 138 QMutexLocker locker(&m_mutex); |
135 | 139 |