┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-09-09 18:33:58 +0000
committerPeter Penz <[email protected]>2007-09-09 18:33:58 +0000
commitfd9296c18559058cc6e39e5d7ed73277f5656ea0 (patch)
tree9a2f34b600c03b38f448800ccf644781f8ad6eb9
parent5269a27993d41a17dbf8129a40233ecd8b322854 (diff)
add TODO as reminder for KDE 4.1...
svn path=/trunk/KDE/kdebase/apps/; revision=710355
-rw-r--r--src/dolphincolumnview.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphincolumnview.cpp b/src/dolphincolumnview.cpp
index 3e03ef571..3f2cddf60 100644
--- a/src/dolphincolumnview.cpp
+++ b/src/dolphincolumnview.cpp
@@ -467,6 +467,9 @@ DolphinColumnView::DolphinColumnView(QWidget* parent, DolphinController* control
setDropIndicatorShown(false);
setSelectionMode(ExtendedSelection);
+ // TODO: Connecting to the signal 'activated()' is not possible, as kstyle
+ // does not forward the single vs. doubleclick to it yet (KDE 4.1?). Hence it is
+ // necessary connecting the signal 'singleClick()' or 'doubleClick'.
if (KGlobalSettings::singleClick()) {
connect(this, SIGNAL(clicked(const QModelIndex&)),
this, SLOT(triggerItem(const QModelIndex&)));