diff options
| author | Peter Penz <[email protected]> | 2008-01-02 17:40:15 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-01-02 17:40:15 +0000 |
| commit | d361e8b9b4e955831909f2beb4fb7b91a3cf3c5f (patch) | |
| tree | d6c625bc67f05a6f37df4c20998babc4b0c0cb0a /src/dolphinviewcontainer.cpp | |
| parent | 743bec375187a51ed6b88256ff070e9f7e9f4929 (diff) | |
do a case insensitive filtering of filenames
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=756066
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index fff14578c..a1846dc75 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -96,6 +96,7 @@ DolphinViewContainer::DolphinViewContainer(DolphinMainWindow* mainWindow, m_proxyModel = new DolphinSortFilterProxyModel(this); m_proxyModel->setSourceModel(m_dolphinModel); + m_proxyModel->setFilterCaseSensitivity(Qt::CaseInsensitive); connect(m_dirLister, SIGNAL(clear()), this, SLOT(updateStatusBar())); |
