mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
add TODO as reminder for KDE 4.1...
svn path=/trunk/KDE/kdebase/apps/; revision=710355
This commit is contained in:
parent
5269a27993
commit
fd9296c185
1 changed files with 3 additions and 0 deletions
|
@ -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&)));
|
||||
|
|
Loading…
Reference in a new issue