[apps/code] rename Script::scriptContent() -> Script::content()

This commit is contained in:
Léa Saviot
2020-04-30 14:32:21 +02:00
committed by Émilie Feral
parent 6d7b294bca
commit cf6b9d580b
5 changed files with 8 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ void Script::toggleAutoimportationStatus() {
setValue(d);
}
const char * Script::scriptContent() const {
const char * Script::content() const {
Data d = value();
return ((const char *)d.buffer) + InformationSize();
}