add TODO as reminder for KDE 4.1...

svn path=/trunk/KDE/kdebase/apps/; revision=710355
This commit is contained in:
Peter Penz 2007-09-09 18:33:58 +00:00
parent 5269a27993
commit fd9296c185

View 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&)));