From e152885d9435a6049cf033addbae6fa303900794 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Tue, 12 Apr 2011 21:44:31 +0200 Subject: Implement a cut/copy/paste unit test for DolphinView. --- src/tests/testbase.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tests/testbase.h') diff --git a/src/tests/testbase.h b/src/tests/testbase.h index 5b5d7164e..433319db3 100644 --- a/src/tests/testbase.h +++ b/src/tests/testbase.h @@ -59,6 +59,9 @@ public: /** Returns the items shown in the view. The order corresponds to the sort order of the view. */ static QStringList viewItems(const DolphinView* view); + /** Returns the items which are selected in the view. The order corresponds to the sort order of the view. */ + static QStringList selectedItems(const DolphinView* view); + }; #endif -- cgit v1.3