﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
240	File system view in QtCreator doesn't enter certain directories	rudi		"This is most likely a LIBC issue, but I'd like your comment on this. Creator uses the following code snippet:

{{{
   const QFileInfo fi = m_fileSystemModel->fileInfo(srcIndex);
   if (fi.isReadable() && fi.isExecutable())
       setCurrentDirectory(m_fileSystemModel->filePath(srcIndex));
}}}

For some strange reason, some directories on my (JFS) partition don't have any permission bits set (i.e. st_mode == S_IFDIR), which causes the above code not to work as expected.
"	defect	closed	major	Qt 5	General		low	fixed		
