https://bugs.kde.org/show_bug.cgi?id=358926

parejaobre...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |parejaobre...@gmail.com

--- Comment #1 from parejaobre...@gmail.com ---
I confirm this also happens in Debian stretch using plasma 5.4.3 and Qt 5.5.1.

I'm using pure Qt, as stated above. I'm using QFileSystemModel in the following
way (which I understand is similar to what is reported originally):

        QFileSystemModel *m_fileModel = new QFileSystemModel;
        m_fileModel->setRootPath(QDir::homePath());

        QListView *m_listView = new QListView;
        m_listView->setModel(m_fileModel);
        m_listView->setRootIndex(m_fileModel->index(QDir::homePath()));

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to