lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 11 lines 474 B view raw
1--- a/src/aurorae.cpp 2+++ b/src/aurorae.cpp 3@@ -201,7 +201,7 @@ void Helper::init() 4 // so let's try to locate our plugin: 5 QString pluginPath; 6 for (const QString &path : m_engine->importPathList()) { 7- QDirIterator it(path, QDirIterator::Subdirectories); 8+ QDirIterator it(path, QDirIterator::Subdirectories | QDirIterator::FollowSymlinks); 9 while (it.hasNext()) { 10 it.next(); 11 QFileInfo fileInfo = it.fileInfo();