From 51cbeaf512da9ebaefb0bfcaa21cca0f47d1b79d Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 17 Feb 2008 15:50:06 +0000 Subject: * if the system font is changed during Dolphin is open, take care to update the used font of all views too (assuming that the user selected "system font" as font) * store the font weight instead of a bool property "isBold" Thanks to Rafael for the patch! CCMAIL: ereslibre@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=776188 --- src/dolphindetailsview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphindetailsview.h') diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index b717a0a51..90dfcade5 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -133,6 +133,8 @@ private slots: void requestActivation(); + void updateFont(); + private: bool isZoomInPossible() const; bool isZoomOutPossible() const; -- cgit v1.3