From 4ac3ee42910739695bcdf065651555d2d6a700f7 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Wed, 6 Jan 2021 10:05:35 +0100 Subject: Do not return value from copySelection(). --- src/copyeventfilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/copyeventfilter.h') diff --git a/src/copyeventfilter.h b/src/copyeventfilter.h index 1243630b..a9d0a1c1 100644 --- a/src/copyeventfilter.h +++ b/src/copyeventfilter.h @@ -29,7 +29,7 @@ public: // copy the selection of the view associated with this // event filter into the clipboard // - bool copySelection() const; + void copySelection() const; bool eventFilter(QObject* sender, QEvent* event) override; -- cgit v1.3.1