]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove a qWait(2000) which has been committed accidentally.
authorFrank Reininghaus <frank78ac@googlemail.com>
Tue, 5 Apr 2011 21:02:32 +0000 (23:02 +0200)
committerFrank Reininghaus <frank78ac@googlemail.com>
Tue, 5 Apr 2011 21:02:32 +0000 (23:02 +0200)
This has been committed by accident in 06dd174f.

src/tests/dolphinviewtest_allviewmodes.cpp

index f357ce60c0c353f6ee95882377de9f130c7dc2b5..7673f9df9f809e5b45784a98192073b5398e9b43 100644 (file)
@@ -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;