┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinitemlistview.h
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2014-02-24 14:17:03 +0100
committerEmmanuel Pescosta <[email protected]>2014-02-24 14:17:03 +0100
commit0d37038b407944a9b7ec05127b5b6d41dc1a496f (patch)
tree17c38052274173f1b0d4c26fb5f7559bef37fd6e /src/views/dolphinitemlistview.h
parentc2887688f102d0412ba93c74facd5ed007185e3a (diff)
Handle font and palette changes in Dolphin list views.
Also update the font of the meta data widget in InformationPanelContent (smallest readable font). BUG: 329186 BUG: 315061 FIXED-IN: 4.13 REVIEW: 115958
Diffstat (limited to 'src/views/dolphinitemlistview.h')
-rw-r--r--src/views/dolphinitemlistview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/views/dolphinitemlistview.h b/src/views/dolphinitemlistview.h
index 18bb284ac..67302e44d 100644
--- a/src/views/dolphinitemlistview.h
+++ b/src/views/dolphinitemlistview.h
@@ -56,9 +56,10 @@ protected:
virtual void onVisibleRolesChanged(const QList<QByteArray>& current,
const QList<QByteArray>& previous);
+ virtual void updateFont();
+
private:
void updateGridSize();
- void updateFont();
ViewModeSettings::ViewMode viewMode() const;