aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
authorKarol Kosek <krkk@krkk.ct8.pl>2020-12-30 16:05:22 +0100
committerFelix Queißner <felix@ib-queissner.de>2020-12-30 20:31:39 +0100
commitd32214d2f3db2fe2e9269f6b50994d39288b2f26 (patch)
treee8d0d491edd00039c5bb4d6fd235eaf8b148c09c /src/mainwindow.hpp
parent54c4fc7b36fea598d3b35ff9d00c451eefcaf710 (diff)
downloadkristall-d32214d2f3db2fe2e9269f6b50994d39288b2f26.tar.gz
Pass QPoint by value
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index 4de4a7f..58c6c3e 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -71,9 +71,9 @@ private slots:
void on_actionHelp_triggered();
- void on_history_view_customContextMenuRequested(const QPoint &pos);
+ void on_history_view_customContextMenuRequested(const QPoint pos);
- void on_favourites_view_customContextMenuRequested(const QPoint &pos);
+ void on_favourites_view_customContextMenuRequested(const QPoint pos);
void on_actionChangelog_triggered();