[apps/shared] Namespace shared

Change-Id: I6dec7ce900bb4e801a25c567fe5e242cb744cf29
This commit is contained in:
Émilie Feral
2017-02-06 15:07:34 +01:00
parent b06c54856f
commit 23026b6718
92 changed files with 238 additions and 57 deletions

View File

@@ -6,6 +6,8 @@
using namespace Poincare;
namespace Shared {
FloatParameterController::FloatParameterController(Responder * parentResponder) :
ViewController(parentResponder),
m_selectableTableView(SelectableTableView(this, this, Metric::TopMargin, Metric::RightMargin,
@@ -58,3 +60,5 @@ void FloatParameterController::tableViewDidChangeSelection(SelectableTableView *
KDCoordinate FloatParameterController::cellHeight() {
return Metric::ParameterCellHeight;
}
}