diff options
Diffstat (limited to 'src/tests/testbase.h')
| -rw-r--r-- | src/tests/testbase.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
