mediaplayer-setup: formatting code using astyle

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4a1db4ef71
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-20 (Wed, 20 Oct 2021)

Origin message was:
------------------
- mediaplayer-setup: formatting code using astyle

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-10-20 19:31:13 +02:00
parent 581e0505a2
commit 104c834a8f
2 changed files with 8 additions and 11 deletions

View File

@@ -71,13 +71,12 @@ int CMediaPlayerSetup::exec(CMenuTarget* parent, const std::string & /*actionKey
if (parent)
parent->hide();
res = showMediaPlayerSetup();
return res;
}
/*shows media setup menue entries*/
// shows media setup menue entries
int CMediaPlayerSetup::showMediaPlayerSetup()
{
CMenuWidget *mediaSetup = new CMenuWidget(LOCALE_MAINMENU_SETTINGS, NEUTRINO_ICON_SETTINGS, width);

View File

@@ -44,12 +44,10 @@ class CMediaPlayerSetup : public CMenuTarget
int showMediaPlayerSetup();
public:
CMediaPlayerSetup();
~CMediaPlayerSetup();
int exec(CMenuTarget *parent, const std::string &actionKey);
};
#endif