From 6c75649664547b7f0ead9658af224524632d5c56 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 3 Feb 2009 18:40:59 +0000 Subject: Check whether the global single-click/double-click setting has been changed during runtime and assure that the behavior of the view is adjusted. CCMAIL: predator106@gmail.com BUG: 175635 BUG: 175280 svn path=/trunk/KDE/kdebase/apps/; revision=920754 --- src/dolphindetailsview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphindetailsview.h') diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index c81884ae9..0cef83741 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -66,7 +66,7 @@ protected: virtual bool eventFilter(QObject* watched, QEvent* event); virtual QModelIndex indexAt (const QPoint& point) const; virtual void setSelection(const QRect& rect, QItemSelectionModel::SelectionFlags command); - virtual void scrollTo (const QModelIndex & index, ScrollHint hint = EnsureVisible); + virtual void scrollTo(const QModelIndex& index, ScrollHint hint = EnsureVisible); private slots: /** @@ -144,7 +144,7 @@ private slots: void requestActivation(); - void updateFont(); + void slotGlobalSettingsChanged(int category); /** * If the elastic band is currently shown, update the elastic band based on -- cgit v1.3.1