aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/WorldList.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/minecraft/WorldList.h')
-rw-r--r--launcher/minecraft/WorldList.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/launcher/minecraft/WorldList.h b/launcher/minecraft/WorldList.h
index 08294755..bd32dd4e 100644
--- a/launcher/minecraft/WorldList.h
+++ b/launcher/minecraft/WorldList.h
@@ -33,7 +33,8 @@ public:
NameColumn,
GameModeColumn,
LastPlayedColumn,
- SizeColumn
+ SizeColumn,
+ InfoColumn
};
enum Roles
@@ -112,6 +113,8 @@ public:
return m_dir;
}
+ QString instDirPath() const;
+
const QList<World> &allWorlds() const
{
return worlds;