[apps] Define InputEventHandlerDelegate::inputEventHandlerDelegateApp() directly from ::app()

This commit is contained in:
Ruben Dashyan
2019-06-06 17:28:33 +02:00
committed by EmilieNumworks
parent 4111927bae
commit 0490e3ab81
6 changed files with 5 additions and 13 deletions

View File

@@ -33,7 +33,6 @@ public:
VariableBoxController * variableBoxForInputEventHandler(InputEventHandler * textInput) override;
private:
Shared::InputEventHandlerDelegateApp * inputEventHandlerDelegateApp() override;
static constexpr int k_indentationSpacesNumber = 2; //TODO LEA merge with text area k_indentationSpaces
StackViewController * stackController();
void saveScript();