aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/history/historywindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/history/historywindow.h')
-rw-r--r--src/plugins/General/history/historywindow.h4
1 files changed, 2 insertions, 2 deletions
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;