┌   ┐
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:07 +0100
commit538d9bf43f4164179f57495e582ef1f44331fde4 (patch)
tree00c4cede6214f221fa249d883f8c0ea9e0ce5ce1 /src/views/dolphinitemlistcontainer.h
parent9da248fa267f4d9e85cc12c1afbe859e4de7c233 (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: