┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/testbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/testbase.h')
-rw-r--r--src/tests/testbase.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tests/testbase.h b/src/tests/testbase.h
index 121c230ca..a940a5296 100644
--- a/src/tests/testbase.h
+++ b/src/tests/testbase.h
@@ -49,7 +49,10 @@ public:
~TestBase();
// Returns the item view (icons, details, or columns)
- QAbstractItemView* itemView () const;
+ QAbstractItemView* itemView() const;
+
+ // Reloads the view and waits for the finishedPathLoading(const KUrl&) signal.
+ void reloadViewAndWait();
KUrl testDirUrl() const;