diff options
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index ba50d943c..1fdd75850 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -112,6 +112,12 @@ public: * Returns the selected items of the active column. */ KFileItemList selectedItems() const; + + /** + * Returns the MIME data for the selected items + * of the active column. + */ + QMimeData* selectionMimeData() const; public slots: /** @see QAbstractItemView::selectAll() */ |
