┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/testbase.h
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2011-04-12 21:44:31 +0200
committerFrank Reininghaus <[email protected]>2011-04-12 21:44:31 +0200
commite152885d9435a6049cf033addbae6fa303900794 (patch)
tree68c19e2cc0195a5c9dd4e18f4fda16c9988fa217 /src/tests/testbase.h
parentde077f8477c0b7077ed9239be8741fcb67658ffa (diff)
Implement a cut/copy/paste unit test for DolphinView.
Diffstat (limited to 'src/tests/testbase.h')
-rw-r--r--src/tests/testbase.h3
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