[code] Rename Code::Toolbox in Code::PythonToolbox for more clarity.

Change-Id: I3729fedd8a26531edcd17105ed5fc177c06a8fcb
This commit is contained in:
Léa Saviot
2017-11-30 13:48:11 +01:00
parent dd1fe77832
commit 53d2ae2c46
8 changed files with 33 additions and 33 deletions

View File

@@ -128,7 +128,7 @@ bool EditorController::textAreaDidReceiveEvent(TextArea * textArea, Ion::Events:
return false;
}
::Toolbox * EditorController::toolboxForTextArea(TextArea * textArea) {
Toolbox * EditorController::toolboxForTextArea(TextArea * textArea) {
Code::App * codeApp = static_cast<Code::App *>(app());
codeApp->pythonToolbox()->setAction(codeApp->toolboxActionForTextArea());
return codeApp->pythonToolbox();