From 0e7c773bfd4371eac012d9d2a1a88a473f38c631 Mon Sep 17 00:00:00 2001 From: mrdeveloper Date: Thu, 22 Oct 2020 13:18:42 +0200 Subject: [PATCH] Remove unused declared method --- src/historywidget.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/historywidget.h b/src/historywidget.h index b6e9fa8..a6c8b00 100644 --- a/src/historywidget.h +++ b/src/historywidget.h @@ -46,7 +46,6 @@ private: }; void copy(copyField field); - void showContextMenu(const QPoint &point); Ui::HistoryWidget *ui; QMenu *m_contextMenu;