[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 272076] Symlinks in source directory are being ignored by
From:       Ivo Přikryl  <prikryl () eurosat ! cz>
Date:       2011-04-30 18:42:37
Message-ID: 20110430184237.7876A86573 () immanuel ! kde ! org
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=272076





--- Comment #1 from Ivo Přikryl <prikryl eurosat cz>  2011-04-30 20:42:36 ---
After some digging, I found out that this is the cause of the problem ( added 
| QDir::NoSymLinks ). But I do not know how to fix it.  

http://osdir.com/ml/kde-commits/2010-12/msg02324.html

KUrl sourceFile(sFile);
@@ -857,7 +857,7 @@ void CMakeManager::reloadFiles(ProjectFolderItem* item)
return;
}

- QStringList entriesL = d.entryList( QDir::AllEntries |
QDir::NoDotAndDotDot );
+ QStringList entriesL = d.entryList( QDir::AllEntries |
QDir::NoDotAndDotDot | QDir::NoSymLinks);
QSet<QString> entries = filterFiles(entriesL);

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic