Merge pull request #1934 from curlymorphic/1925

Removed Duplicate Entries in the File Browser
This commit is contained in:
Tres Finocchiaro
2015-04-07 16:11:10 +00:00

View File

@@ -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;