diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-06 10:05:35 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-06 10:05:35 +0100 |
| commit | 4ac3ee42910739695bcdf065651555d2d6a700f7 (patch) | |
| tree | a5d16edfb8cd0715171a2995403ee5a7fa3565e6 /src/copyeventfilter.h | |
| parent | 86fb0dc9bde6aafb190a50d49f3f41b1fc774244 (diff) | |
Do not return value from copySelection().
Diffstat (limited to 'src/copyeventfilter.h')
| -rw-r--r-- | src/copyeventfilter.h | 2 |
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; |
