CUpnpBrowserGui: move module init into own member

Origin commit data
------------------
Commit: f55f6fcbdf
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-02-27 (Sat, 27 Feb 2016)
This commit is contained in:
2016-02-27 20:06:48 +01:00
parent 85c5f44807
commit 42d0617e2b
2 changed files with 10 additions and 5 deletions

View File

@@ -101,7 +101,7 @@ class CUpnpBrowserGui : public CMenuTarget, public CListHelpers
void splitProtocol(std::string &protocol, std::string &prot, std::string &network, std::string &mime, std::string &additional);
bool getResults(std::string id, unsigned int start, unsigned int count, std::list<UPnPAttribute> &results);
std::vector<UPnPEntry> *decodeResult(std::string);
void initModules();
void updateDeviceSelection(int newpos);
void selectDevice();
void paintDevices();