[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

@@ -29,7 +29,7 @@ public:
Script(Ion::Storage::Record r = Ion::Storage::Record()) : Record(r) {}
bool autoImportationStatus() const;
void toggleAutoimportationStatus();
const char * scriptContent() const;
const char * content() const;
bool contentFetchedFromConsole() const;
void setContentFetchedFromConsole(bool fetch);
};