From d32214d2f3db2fe2e9269f6b50994d39288b2f26 Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Wed, 30 Dec 2020 16:05:22 +0100 Subject: Pass QPoint by value --- src/mainwindow.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainwindow.hpp') 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(); -- cgit v1.2.3