┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinitemlistcontainer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-01-14 21:44:50 +0100
committerPeter Penz <[email protected]>2012-01-14 21:46:41 +0100
commitfcfb636ffe40065c46e44c7d987342826409f609 (patch)
tree3f191daed76ec6ef8fc21fb29a0baba9469cf1e3 /src/views/dolphinitemlistcontainer.h
parenta0115f912a9dbfe101b996bbe773bf5db81d2987 (diff)
Fix "general settings" issues
If the general settings for the "selection toggle" or "expanding folders during drag operations" are changed, those changes must be applied to the engine.
Diffstat (limited to 'src/views/dolphinitemlistcontainer.h')
-rw-r--r--src/views/dolphinitemlistcontainer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/dolphinitemlistcontainer.h b/src/views/dolphinitemlistcontainer.h
index d91b96a34..251552cc8 100644
--- a/src/views/dolphinitemlistcontainer.h
+++ b/src/views/dolphinitemlistcontainer.h
@@ -73,6 +73,12 @@ private:
void updateGridSize();
void updateFont();
+ /**
+ * Updates the auto activation delay of the itemlist controller
+ * dependent on the 'autoExpand' setting from the general settings.
+ */
+ void updateAutoActivationDelay();
+
ViewModeSettings::ViewMode viewMode() const;
private: