Skip to content
Snippets Groups Projects
Commit 36f8f1ab authored by Sven Brauch's avatar Sven Brauch
Browse files

Open files on single-click in the Projects toolview.

I have been using this for weeks and had no problems. The double-clicking
is not required at all.
CCMAIL:kdevelop-devel@kde.org
parent d1ce149b
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ ProjectTreeView::ProjectTreeView( QWidget *parent )
setItemDelegate(new ProjectModelItemDelegate(this));
connect( this, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(popupContextMenu(QPoint)) );
connect( this, SIGNAL(doubleClicked(QModelIndex)), this, SLOT(slotActivated(QModelIndex)) );
connect( this, SIGNAL(clicked(QModelIndex)), this, SLOT(slotActivated(QModelIndex)) );
connect( ICore::self(), SIGNAL(aboutToShutdown()),
this, SLOT(aboutToShutdown()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment