- add pictureviewer to info-key in audioplayer

This commit is contained in:
snafed
2012-11-06 23:04:55 +01:00
committed by svenhoefer
parent 24ffee6bb2
commit e145f9a5e8
4 changed files with 92 additions and 33 deletions

View File

@@ -251,11 +251,15 @@ class CAudioPlayerGui : public CMenuTarget
bool playNext(bool allow_rotate = false);
bool playPrev(bool allow_rotate = false);
bool pictureviewer;
public:
CAudioPlayerGui(bool inetmode = false);
~CAudioPlayerGui();
int show();
int exec(CMenuTarget* parent, const std::string & actionKey);
void wantNextPlay();
};