GUI: SelectFilesDialog - set root path to '/'. More files are selectable.

This commit is contained in:
Daniel Marjamaki 2012-01-11 06:01:14 +01:00
parent 6f3807d915
commit 9beb38a74d
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ public:
f << "*.cpp";
setNameFilters(f);
setNameFilterDisables(false);
setRootPath("/");
}
Qt::ItemFlags flags(const QModelIndex& index) const {