diff options
| author | Peter Penz <[email protected]> | 2008-02-17 15:50:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-02-17 15:50:06 +0000 |
| commit | 51cbeaf512da9ebaefb0bfcaa21cca0f47d1b79d (patch) | |
| tree | edc8cfe7ed230f4b017560efff561f6626bb9e91 /src/dolphindetailsview.h | |
| parent | 98497a639a8ddba1bbe52ea96f54c5d40e53eef9 (diff) | |
* 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: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=776188
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
