mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
* Software update: Rework preparing the flash process
- Finish all unnecessary threads and processes before the flash process - Use flash.start to stop other (user-defined) processes
This commit is contained in:
@@ -57,13 +57,12 @@ class CProgressWindow : public CMenuTarget, public CProgress_StatusViewer
|
||||
|
||||
//----------------------------
|
||||
|
||||
virtual void paint();
|
||||
|
||||
public:
|
||||
|
||||
CProgressWindow();
|
||||
void setTitle(const neutrino_locale_t title);
|
||||
virtual void hide();
|
||||
virtual void paint();
|
||||
|
||||
virtual int exec( CMenuTarget* parent, const std::string & actionKey );
|
||||
|
||||
|
Reference in New Issue
Block a user