CTestMenu: rework member showTestMenu()

It's better to split this member. Newer tests can make it too messy.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2126bbda81
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-01 (Sat, 01 Sep 2012)



------------------
This commit was generated by Migit
This commit is contained in:
2012-09-01 21:41:14 +02:00
parent 480c9d95e9
commit a96d6acc1c
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();