Merge pull request #1934 from curlymorphic/1925
Removed Duplicate Entries in the File Browser
This commit is contained in:
@@ -871,8 +871,6 @@ bool Directory::addItems(const QString & path )
|
||||
addChild( new Directory( cur_file, path,
|
||||
m_filter ) );
|
||||
m_dirCount++;
|
||||
//recurse for each dir
|
||||
addItems( path + cur_file + QDir::separator() );
|
||||
}
|
||||
|
||||
added_something = true;
|
||||
|
||||
Reference in New Issue
Block a user