From 3a92defd77b55a416e90f9db9e38afe451b0456c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 24 Oct 2021 14:11:41 +0000 Subject: history: added feature to remove tracks from history git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10369 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/history/historywindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/history/historywindow.h') diff --git a/src/plugins/General/history/historywindow.h b/src/plugins/General/history/historywindow.h index d75340866..4a92bd39a 100644 --- a/src/plugins/General/history/historywindow.h +++ b/src/plugins/General/history/historywindow.h @@ -47,13 +47,12 @@ private slots: void on_fromButton_clicked(); void on_toButton_clicked(); void on_historyTreeWidget_itemDoubleClicked(QTreeWidgetItem *item, int); + void on_historyTreeWidget_customContextMenuRequested(const QPoint &pos); void on_topSongsTreeWidget_itemDoubleClicked(QTreeWidgetItem *item, int); void onSortIndicatorChanged(int index, Qt::SortOrder order); void playTrack(PlayListTrack *item); void disconnectPl(); - - private: void loadHistory(); void loadDistribution(); @@ -61,6 +60,7 @@ private: void loadTopArtists(); void loadTopGenres(); void readSettings(); + void removeTrack(QTreeWidgetItem *item); void closeEvent(QCloseEvent *) override; Ui::HistoryWindow *m_ui; -- cgit v1.2.3-13-gbd6f