diff options
Diffstat (limited to 'source/frontend/StarSongbookInterface.hpp')
-rw-r--r-- | source/frontend/StarSongbookInterface.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/frontend/StarSongbookInterface.hpp b/source/frontend/StarSongbookInterface.hpp index f8a6cb2..a32ef59 100644 --- a/source/frontend/StarSongbookInterface.hpp +++ b/source/frontend/StarSongbookInterface.hpp @@ -2,6 +2,7 @@ #include "StarSongbook.hpp" #include "StarPane.hpp" +#include "StarListener.hpp" namespace Star { @@ -18,8 +19,10 @@ public: private: PlayerPtr m_player; StringList m_files; - String m_searchValue; + String m_lastSearch; + CallbackListenerPtr m_reloadListener; bool play(); + void refresh(bool reloadFiles = false); }; } |