summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/WorldList.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-09-14 23:49:32 +0200
committerPetr Mrázek <peterix@gmail.com>2015-09-14 23:49:32 +0200
commit8d3f13c4478f7e99a32a0804d57ac2ece05d7e92 (patch)
tree2a18611e63cfbf501801563982562c136b0bca56 /logic/minecraft/WorldList.h
parentdd8eacee1b28ca40f8dc770587d111656d92d5fb (diff)
downloadMultiMC-8d3f13c4478f7e99a32a0804d57ac2ece05d7e92.tar
MultiMC-8d3f13c4478f7e99a32a0804d57ac2ece05d7e92.tar.gz
MultiMC-8d3f13c4478f7e99a32a0804d57ac2ece05d7e92.tar.lz
MultiMC-8d3f13c4478f7e99a32a0804d57ac2ece05d7e92.tar.xz
MultiMC-8d3f13c4478f7e99a32a0804d57ac2ece05d7e92.zip
GH-1227 add world copy and rename
Diffstat (limited to 'logic/minecraft/WorldList.h')
-rw-r--r--logic/minecraft/WorldList.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/logic/minecraft/WorldList.h b/logic/minecraft/WorldList.h
index 90c7c6ed..34b30e9c 100644
--- a/logic/minecraft/WorldList.h
+++ b/logic/minecraft/WorldList.h
@@ -38,7 +38,8 @@ public:
enum Roles
{
- FolderRole = Qt::UserRole + 1,
+ ObjectRole = Qt::UserRole + 1,
+ FolderRole,
SeedRole,
NameRole,
LastPlayedRole