┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphincolumnview.h
diff options
context:
space:
mode:
authorMatthias Fuchs <[email protected]>2011-05-27 18:00:00 +0200
committerMatthias Fuchs <[email protected]>2011-05-28 01:10:37 +0200
commite508685bae6a2171b0a681dbbe4764bfd16071e5 (patch)
treea37bf16d52f5ca423d546611fe66a1224ff4fd5d /src/views/dolphincolumnview.h
parent009535d910180ae7293d784d37543e5e1a1782fe (diff)
DolphinColumnView navigation works more intuitively.
If no item is selected then pressing right moves to a column view with child url, instead of the first index. BUG:263110 REVIEW:101449
Diffstat (limited to 'src/views/dolphincolumnview.h')
-rw-r--r--src/views/dolphincolumnview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/views/dolphincolumnview.h b/src/views/dolphincolumnview.h
index be50ea324..2a4726afc 100644
--- a/src/views/dolphincolumnview.h
+++ b/src/views/dolphincolumnview.h
@@ -61,8 +61,10 @@ public:
/**
* Sets the directory URL of the child column that is shown next to
- * this column. This property is only used for a visual indication
+ * this column. This property is used for a visual indication
* of the shown directory, it does not trigger a loading of the model.
+ * When no url is selected and the user presses right, then child
+ * url will be used as column.
*/
void setChildUrl(const KUrl& url);
KUrl childUrl() const;