mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CTestMenu: rework member showTestMenu()
It's better to split this member. Newer tests can make it too messy.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include <gui/widget/menue.h>
|
||||
#include <gui/widget/icons.h>
|
||||
|
||||
//#define TEST_MENU
|
||||
// #define TEST_MENU
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -42,6 +42,7 @@ class CTestMenu : public CMenuTarget
|
||||
int width, selected;
|
||||
|
||||
void showTestMenu();
|
||||
void showHWTests(CMenuWidget *widget);
|
||||
|
||||
public:
|
||||
CTestMenu();
|
||||
|
Reference in New Issue
Block a user