[apps/ion] Use the new storage API

This commit is contained in:
Léa Saviot
2018-09-27 15:13:38 +02:00
committed by Émilie Feral
parent 6113f97027
commit 52a21198a4
7 changed files with 28 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ protected:
void drawRect(KDContext * ctx, KDRect rect) const override;
virtual KDSize minimalSizeForOptimalDisplay() const override;
const char * text() const override {
return m_scriptStore->scriptAtIndex(m_scriptNode->scriptIndex()).name();
return m_scriptStore->scriptAtIndex(m_scriptNode->scriptIndex()).fullName();
}
private:
constexpr static const KDFont * k_font = KDFont::SmallFont;