mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
opkg_manager: show count of available updates after update check
This commit is contained in:
@@ -163,6 +163,8 @@ class COPKGManager : public CMenuTarget
|
||||
pkg(std::string &_name, std::string &_version, std::string &_desc)
|
||||
: name(_name), version(_version), desc(_desc), installed(false), upgradable(false) { }
|
||||
};
|
||||
|
||||
int num_updates;
|
||||
public:
|
||||
COPKGManager();
|
||||
~COPKGManager();
|
||||
|
Reference in New Issue
Block a user