diff options
| author | Peter Penz <[email protected]> | 2008-02-21 12:49:11 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-02-21 12:49:11 +0000 |
| commit | 188754a3e5b298683b88fbe6786c524c172ed6a9 (patch) | |
| tree | d17b3f04bf2fe17c380862ec3f9b28f090ca9cd2 /src/dolphindetailsview.h | |
| parent | e287058acb772b55b679a694062361d3fb0e8f89 (diff) | |
Let the DolphinController be aware on which QAbstractItemView instance he is working. This allows to connect signals from the view implementations (icons view, details view, column view) directly to the slots of the DolphinController without a helper slot.
svn path=/trunk/KDE/kdebase/apps/; revision=777737
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 92c451e63..14e995f6b 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -107,11 +107,6 @@ private slots: void zoomOut(); /** - * Called by QTreeView when an item is activated (clicked or double-clicked) - */ - void triggerItem(const QModelIndex& index); - - /** * Opens a context menu at the position \a pos and allows to * configure the visibility of the header columns. */ |
