CTestMenu: rework member showTestMenu()

It's better to split this member. Newer tests can make it too messy.
This commit is contained in:
2012-09-01 21:41:14 +02:00
parent efb85b958f
commit 2126bbda81
2 changed files with 40 additions and 25 deletions

View File

@@ -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();