┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2011-04-05 23:02:32 +0200
committerFrank Reininghaus <[email protected]>2011-04-05 23:02:32 +0200
commitf1e69dce8ab1ab1b674694d5048441a8a5673197 (patch)
tree4c00d780052eb22cc358b521e37eb9d945fe6e96 /src
parentc58d84c26106e48a368982d88c3cac47eec0ca54 (diff)
Remove a qWait(2000) which has been committed accidentally.
This has been committed by accident in 06dd174f.
Diffstat (limited to 'src')
-rw-r--r--src/tests/dolphinviewtest_allviewmodes.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/dolphinviewtest_allviewmodes.cpp b/src/tests/dolphinviewtest_allviewmodes.cpp
index f357ce60c..7673f9df9 100644
--- a/src/tests/dolphinviewtest_allviewmodes.cpp
+++ b/src/tests/dolphinviewtest_allviewmodes.cpp
@@ -315,7 +315,6 @@ void DolphinViewTest_AllViewModes::testSaveAndRestoreState()
itemView(&view)->setCurrentIndex(index45);
const int scrollPosX = itemView(&view)->horizontalScrollBar()->value();
const int scrollPosY = itemView(&view)->verticalScrollBar()->value();
- QTest::qWait(2000);
// Save the view state
QByteArray viewState;