qt5base-lts/tests/auto/gui/kernel/qclipboard
Debao Zhang 63017136a1 QClipboard: Fix autotest fails
tst_qclipboard.cpp still has Q_WS_WIN which must be clear away. After
clean up, auto test will fail under windows: When setMimeData() is
called, dataChanged() signal will be emited twice.

The solution for QTBUG-24184 has partially solved the problem, but it
still there. Make sure emitChanged() only called by QPlatformClipboard
will give our more control for this.

Task-number: QTBUG-24484
Change-Id: I23566c6d3b32828b6865234c311af3635fe9e299
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
2012-02-27 20:52:45 +01:00
..
copier clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
paster clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
test Fix qclipboard autotest on Windows. 2012-02-18 00:00:21 +01:00
.gitignore Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qclipboard.pro Changed qclipboard unittest to work from installation directory. 2012-01-17 04:54:12 +01:00
tst_qclipboard.cpp QClipboard: Fix autotest fails 2012-02-27 20:52:45 +01:00