summaryrefslogtreecommitdiffstats
path: root/src/library/autodj/dlgautodj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/autodj/dlgautodj.h')
-rw-r--r--src/library/autodj/dlgautodj.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library/autodj/dlgautodj.h b/src/library/autodj/dlgautodj.h
index d0976f2d3c..163146e6bc 100644
--- a/src/library/autodj/dlgautodj.h
+++ b/src/library/autodj/dlgautodj.h
@@ -59,6 +59,7 @@ class DlgAutoDJ : public QWidget, public Ui::DlgAutoDJ, public LibraryView {
void setupActionButton(QPushButton* pButton,
void (DlgAutoDJ::*pSlot)(bool),
const QString& fallbackText);
+ void keyPressEvent(QKeyEvent* pEvent) override;
const UserSettingsPointer m_pConfig;