summaryrefslogtreecommitdiffstats
path: root/tests/auto/client/shared/datadevice.h
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2019-10-22 12:30:09 +0200
committerJohan Klokkhammer Helsing <johan.helsing@qt.io>2019-10-23 11:48:09 +0200
commite306847cd46e68d86b1d5478c0c05b9a5acb026c (patch)
tree2cdd6be686b200335a4fc06e6a2f77c5cfd2ea5b /tests/auto/client/shared/datadevice.h
parentb108d7a88d23a17d1cc94ecdc69b360dae11afa5 (diff)
Add client test for clipboard when losing keyboard focus
Also, verifies that we fixed a recent bug about QClipboard::dataChanged not being emitted when the clipboard is invalidated due to losing focus. Change-Id: Ie92b618a4f673c21d6582979249700aef8785536 Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
Diffstat (limited to 'tests/auto/client/shared/datadevice.h')
-rw-r--r--tests/auto/client/shared/datadevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/client/shared/datadevice.h b/tests/auto/client/shared/datadevice.h
index a96da86f0..98e780b22 100644
--- a/tests/auto/client/shared/datadevice.h
+++ b/tests/auto/client/shared/datadevice.h
@@ -65,7 +65,6 @@ public:
~DataDevice() override;
void send_data_offer(::wl_resource *resource) = delete;
DataOffer *sendDataOffer(::wl_client *client, const QStringList &mimeTypes = {});
- DataOffer *sendDataOffer(const QStringList &mimeTypes = {});
void send_selection(::wl_resource *resource) = delete;
void sendSelection(DataOffer *offer);