mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[apps/graph] Wrap in namespace Graph
Change-Id: I08b37438f42749ff86e105770cd5aa566f84a237
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "values_parameter_controller.h"
|
||||
#include <assert.h>
|
||||
|
||||
namespace Graph {
|
||||
|
||||
ValuesParameterController::ValuesParameterController(Responder * parentResponder) :
|
||||
ViewController(parentResponder),
|
||||
m_intervalStartCell(TableViewCell((char*)"X Debut")),
|
||||
@@ -70,3 +72,5 @@ int ValuesParameterController::reusableCellCount() {
|
||||
KDCoordinate ValuesParameterController::cellHeight() {
|
||||
return 35;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user