mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 20:44:31 +00:00
Fix compilation with strict iterators
svn path=/trunk/kdesupport/qca/; revision=1010011
This commit is contained in:
parent
0e18d679bd
commit
221fb75106
@ -367,7 +367,7 @@ void ProviderManager::scan()
|
||||
return;
|
||||
|
||||
// check plugin files
|
||||
QStringList dirs = QCoreApplication::libraryPaths();
|
||||
const QStringList dirs = QCoreApplication::libraryPaths();
|
||||
if(dirs.isEmpty())
|
||||
logDebug("No Qt Library Paths");
|
||||
for(QStringList::ConstIterator it = dirs.begin(); it != dirs.end(); ++it)
|
||||
|
Loading…
x
Reference in New Issue
Block a user