Moviebrowser: outsource help class

Origin commit data
------------------
Branch: ni/coolstream
Commit: c4827704ac
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-07 (Fri, 07 Oct 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2016-10-07 17:38:25 +02:00
parent c1bbfc85ae
commit a65478437e
3 changed files with 74 additions and 29 deletions

View File

@@ -354,16 +354,6 @@ class CMovieBrowser : public CMenuTarget
bool addFile(CFile &file, int dirItNr);
};
// Class to show Moviebrowser Information, to be used by menu
class CMovieHelp : public CMenuTarget
{
private:
public:
CMovieHelp(){};
~CMovieHelp(){};
int exec( CMenuTarget* parent, const std::string & actionKey );
};
// I tried a lot to use the menu.cpp as ListBox selection, and I got three solution which are all garbage.
//Might be replaced by somebody who is familiar with this stuff .