diff options
Diffstat (limited to 'tests/auto/qclipboard')
-rw-r--r-- | tests/auto/qclipboard/tst_qclipboard.cpp | 4 |
1 files 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) |