From 7a9387269e3b123b1647cf59c78cc6c998a9a330 Mon Sep 17 00:00:00 2001 From: Treeki Date: Tue, 3 Jun 2014 05:55:54 +0200 Subject: experimental 3DS support --- lyt/directorypackage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lyt/directorypackage.h') diff --git a/lyt/directorypackage.h b/lyt/directorypackage.h index 0d6ea19..3573cd6 100644 --- a/lyt/directorypackage.h +++ b/lyt/directorypackage.h @@ -34,6 +34,7 @@ public: QStringList list(ItemType type) const; QByteArray get(ItemType type, const QString &name) const; bool write(ItemType type, const QString &name, const QByteArray &data); + bool rename(ItemType type, const QString &from, const QString &to); bool remove(ItemType type, const QString &name); bool needsExplicitSave() const { return false; } -- cgit v1.2.3