diff options
author | Treeki <treeki@gmail.com> | 2014-06-03 05:55:54 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2014-06-03 05:55:54 +0200 |
commit | 7a9387269e3b123b1647cf59c78cc6c998a9a330 (patch) | |
tree | 7874647c497a6b6113f660ff27f6f79b7fc7d4aa /lyt/directorypackage.h | |
parent | be8b56a7f0a8f6ba5456a099b61d032fd8aa2f61 (diff) | |
download | LayoutStudio-7a9387269e3b123b1647cf59c78cc6c998a9a330.tar.gz LayoutStudio-7a9387269e3b123b1647cf59c78cc6c998a9a330.zip |
experimental 3DS support
Diffstat (limited to 'lyt/directorypackage.h')
-rw-r--r-- | lyt/directorypackage.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |