summaryrefslogtreecommitdiff
path: root/src/copyeventfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/copyeventfilter.h')
-rw-r--r--src/copyeventfilter.h2
1 files changed, 1 insertions, 1 deletions
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;