mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
- plugins: simplify integratePlugins(); ...
* CPluginsExec(): switch to singleton * move CPluginsExec() to pluginlist.cpp|h because it's not really a settings_helper
This commit is contained in:
@@ -67,4 +67,11 @@ class CPluginChooser : public CPluginList
|
||||
int run ();
|
||||
};
|
||||
|
||||
class CPluginsExec : public CMenuTarget
|
||||
{
|
||||
public:
|
||||
static CPluginsExec* getInstance();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user