From c227e8afe9a8209110ae38c794668ba158c43080 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 26 Nov 2010 17:54:49 +0000 Subject: 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 --- src/views/dolphinview.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/views/dolphinview.h') 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 -- cgit v1.3.1