Don't expand symlinks while load dictionaries

This commit is contained in:
Abs62 2019-02-13 23:58:29 +03:00
parent 76127eb04f
commit d82320ce0d

View file

@ -117,7 +117,7 @@ void LoadDictionaries::handlePath( Config::Path const & path )
for( QFileInfoList::const_iterator i = entries.constBegin();
i != entries.constEnd(); ++i )
{
QString fullName = i->canonicalFilePath();
QString fullName = i->absoluteFilePath();
if ( path.recursive && i->isDir() )
{