From: Peter Penz Date: Sun, 9 Sep 2007 18:33:58 +0000 (+0000) Subject: add TODO as reminder for KDE 4.1... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/fd9296c18559058cc6e39e5d7ed73277f5656ea0?ds=inline add TODO as reminder for KDE 4.1... svn path=/trunk/KDE/kdebase/apps/; revision=710355 --- 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&)));