[apps/graph] Wrap in namespace Graph

Change-Id: I08b37438f42749ff86e105770cd5aa566f84a237
This commit is contained in:
Émilie Feral
2016-10-13 16:06:00 +02:00
parent fef2e3ae68
commit 96a9ac3a9c
34 changed files with 205 additions and 90 deletions

View File

@@ -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;
}
}