mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CUpnpBrowserGui: rework broken detail info
- apply current dline functionality - use footer class to paint footer, So footer is usable as object. - use infobox to show content and time info
This commit is contained in:
@@ -102,6 +102,8 @@ class CUpnpBrowserGui : public CMenuTarget, public CListHelpers
|
||||
bool m_playing_entry_is_shown;
|
||||
time_t timeout;
|
||||
CComponentsDetailLine * dline;
|
||||
CComponentsFooter footer;
|
||||
CComponentsInfoBox ibox, timebox;
|
||||
|
||||
bool discoverDevices();
|
||||
void splitProtocol(std::string &protocol, std::string &prot, std::string &network, std::string &mime, std::string &additional);
|
||||
|
Reference in New Issue
Block a user