From b5a12004172e2a84fd4b2765e70546baa063e184 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 3 Aug 2007 18:46:49 +0000 Subject: further selection model fixes svn path=/trunk/KDE/kdebase/apps/; revision=696076 --- src/dolphincolumnview.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/dolphincolumnview.h') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index a3290cc2c..03f210229 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -73,10 +73,19 @@ private: /** * Requests the activation for the column \a column. The URL - * navigator will be changed to represent the column. + * navigator will be changed to represent the column. It is + * assured that the selection model of \a column will be set + * to the selection model of the Column View. */ void requestActivation(QWidget* column); + /** + * Requests the selection model from the Column View for \a view. + * If another column has already obtained the Column View selection + * model, it will be replaced by a default selection model. + */ + void requestSelectionModel(QAbstractItemView* view); + private: DolphinController* m_controller; -- cgit v1.3.1