diff options
| author | Peter Penz <[email protected]> | 2010-11-26 17:54:49 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-11-26 17:54:49 +0000 |
| commit | c227e8afe9a8209110ae38c794668ba158c43080 (patch) | |
| tree | e80eaa431214b7418d7dd07e2b225b82d933f169 /src/views/dolphinview.h | |
| parent | d63a5c26e20fe62eeeb2202ad9703470f2e096e7 (diff) | |
Also reconnect signals for the directory lister when changing the view or the URL, as the directory lister might change in the case of the column view (based on a patch from Frank Reininghaus)
svn path=/trunk/KDE/kdebase/apps/; revision=1201082
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index d513eba1b..bb6108e1a 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -723,6 +723,9 @@ private: */ QItemSelection childrenMatchingPattern(const QModelIndex& parent, const QRegExp& pattern) const; + void connectViewAccessor(); + void disconnectViewAccessor(); + private: /** * Abstracts the access to the different view implementations |
