do not examine directories for being empty when adding them - speeds up LMMS-startup a lot

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@889 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-04-05 14:24:06 +00:00
parent 0bb4bf5221
commit 7f72593f06
3 changed files with 10 additions and 52 deletions

View File

@@ -53,9 +53,6 @@ public:
QWidget * _parent );
virtual ~fileBrowser();
static bool isDirWithContent( const QString & _path,
const QString & _filter );
public slots:
void reloadTree( void );