From e21047ee2cdf818340cba8ec7045d89f98ab7aca Mon Sep 17 00:00:00 2001 From: Titta Heikkala Date: Fri, 22 Oct 2010 10:22:07 +0300 Subject: Corrected build fail for autotests Autotests compiled only for Symbian, this is now corrected. Task-number: QT-2085 Reviewed-by: Janne Koskinen Merge-request: 870 Reviewed-by: Janne Koskinen --- tests/auto/qclipboard/tst_qclipboard.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/auto/qclipboard/tst_qclipboard.cpp b/tests/auto/qclipboard/tst_qclipboard.cpp index 3437b53..2e0362c 100644 --- a/tests/auto/qclipboard/tst_qclipboard.cpp +++ b/tests/auto/qclipboard/tst_qclipboard.cpp @@ -380,8 +380,8 @@ void tst_QClipboard::pasteCopySymbian() CleanupStack::PopAndDestroy(cb); QCOMPARE(string, storeString); -#endif } +#endif /* Test that text copied to symbian clipboard @@ -414,8 +414,8 @@ void tst_QClipboard::copyPasteSymbian() CleanupStack::PopAndDestroy(2, cb); QCOMPARE(QApplication::clipboard()->text(), string); -#endif } +#endif QTEST_MAIN(tst_QClipboard) -- cgit v0.12