]> cloud.milkyroute.net Git - dolphin.git/commitdiff
add TODO as reminder for KDE 4.1...
authorPeter Penz <peter.penz19@gmail.com>
Sun, 9 Sep 2007 18:33:58 +0000 (18:33 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sun, 9 Sep 2007 18:33:58 +0000 (18:33 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=710355

src/dolphincolumnview.cpp

index 3e03ef5719adbf2d6fa441544069d32847217acd..3f2cddf60b389664ab3dd6df6a97bef2035a8d28 100644 (file)
@@ -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&)));