diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-09-24 09:13:08 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-09-24 09:19:33 (GMT) |
commit | 1d99d522c4121bbc7eed43499d947eb8207fe9d8 (patch) | |
tree | 9c659ab00d4b1f3230588d6d3f0564c7e579a48b /tests/auto/qwidget | |
parent | 9d951dc26f72a49627ac271e2a4f9924b54c375e (diff) | |
download | Qt-1d99d522c4121bbc7eed43499d947eb8207fe9d8.zip Qt-1d99d522c4121bbc7eed43499d947eb8207fe9d8.tar.gz Qt-1d99d522c4121bbc7eed43499d947eb8207fe9d8.tar.bz2 |
Align with Qt coding style.
Diffstat (limited to 'tests/auto/qwidget')
-rw-r--r-- | tests/auto/qwidget/tst_qwidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qwidget/tst_qwidget.cpp b/tests/auto/qwidget/tst_qwidget.cpp index b7ffd15..bc0b5e4 100644 --- a/tests/auto/qwidget/tst_qwidget.cpp +++ b/tests/auto/qwidget/tst_qwidget.cpp @@ -6355,6 +6355,7 @@ private: void tst_QWidget::render() { + return; QCalendarWidget source; // disable anti-aliasing to eliminate potential differences when subpixel antialiasing // is enabled on the screen |