summaryrefslogtreecommitdiffstats
path: root/src/library/librarycontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/librarycontrol.h')
-rw-r--r--src/library/librarycontrol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library/librarycontrol.h b/src/library/librarycontrol.h
index c04bf9ecdd..396f841d47 100644
--- a/src/library/librarycontrol.h
+++ b/src/library/librarycontrol.h
@@ -147,6 +147,7 @@ class LibraryControl : public QObject {
std::unique_ptr<ControlPushButton> m_pSelectHistoryNext;
std::unique_ptr<ControlPushButton> m_pSelectHistoryPrev;
std::unique_ptr<ControlEncoder> m_pSelectHistorySelect;
+ std::unique_ptr<ControlPushButton> m_pClearSearch;
// Font sizes
std::unique_ptr<ControlPushButton> m_pFontSizeIncrement;