NOISSUE enable listing symlinks in mod/world lists
This commit is contained in:
parent
7185fd9a8f
commit
e2355eb276
3 changed files with 3 additions and 4 deletions
|
@ -26,8 +26,7 @@ WorldList::WorldList(const QString &dir)
|
|||
: QAbstractListModel(), m_dir(dir)
|
||||
{
|
||||
FS::ensureFolderPathExists(m_dir.absolutePath());
|
||||
m_dir.setFilter(QDir::Readable | QDir::NoDotAndDotDot | QDir::Files | QDir::Dirs |
|
||||
QDir::NoSymLinks);
|
||||
m_dir.setFilter(QDir::Readable | QDir::NoDotAndDotDot | QDir::Files | QDir::Dirs);
|
||||
m_dir.setSorting(QDir::Name | QDir::IgnoreCase | QDir::LocaleAware);
|
||||
m_watcher = new QFileSystemWatcher(this);
|
||||
is_watching = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue