mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
* neutrino clean up: move "start wizard" into its own module
It's better, to have a single module for coming features in the wizard git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2154 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
#define __network_setup__
|
||||
|
||||
#include <gui/widget/menue.h>
|
||||
#include <gui/widget/messagebox.h>
|
||||
|
||||
#include <system/setting_helpers.h>
|
||||
#include <system/configure_network.h>
|
||||
@@ -123,6 +122,8 @@ class CNetworkSetup : public CMenuTarget, CChangeObserver
|
||||
CNetworkSetup(bool wizard_mode = N_SETUP_MODE_WIZARD_NO);
|
||||
~CNetworkSetup();
|
||||
|
||||
static CNetworkSetup* getInstance();
|
||||
|
||||
bool getWizardMode() {return is_wizard;};
|
||||
void setWizardMode(bool mode);
|
||||
|
||||
|
Reference in New Issue
Block a user