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/dolphiniconsview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 05b21a2b0..e14d6582f 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -72,6 +72,7 @@ private slots: void zoomIn(); void zoomOut(); void requestActivation(); + void updateFont(); private: bool isZoomInPossible() const; -- cgit v1.3