diff options
author | Samuel Rødal <samuel.rodal@nokia.com> | 2011-03-18 11:53:28 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2011-03-18 11:54:10 (GMT) |
commit | 25a2df08706679d89780fae9216508ef0f094221 (patch) | |
tree | 54d66d0455c3266020b58a13f7422c5c886bc230 /tests/auto/qwindowsurface | |
parent | 9d39e3e9df50eec695608497533d0440cce3a03e (diff) | |
download | Qt-25a2df08706679d89780fae9216508ef0f094221.zip Qt-25a2df08706679d89780fae9216508ef0f094221.tar.gz Qt-25a2df08706679d89780fae9216508ef0f094221.tar.bz2 |
Remove undefined symbol from tst_qwindowsurface.
Diffstat (limited to 'tests/auto/qwindowsurface')
-rw-r--r-- | tests/auto/qwindowsurface/tst_qwindowsurface.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qwindowsurface/tst_qwindowsurface.cpp b/tests/auto/qwindowsurface/tst_qwindowsurface.cpp index 4e3435e..b209258 100644 --- a/tests/auto/qwindowsurface/tst_qwindowsurface.cpp +++ b/tests/auto/qwindowsurface/tst_qwindowsurface.cpp @@ -66,7 +66,6 @@ private slots: void getSetWindowSurface(); void flushOutsidePaintEvent(); void grabWidget(); - void staticContentsAndPartialUpdateSupport(); }; class MyWindowSurface : public QWindowSurface |