summaryrefslogtreecommitdiffstats
path: root/logic/LegacyFTBInstance.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-01-15 22:49:37 +0100
committerPetr Mrázek <peterix@gmail.com>2014-01-15 22:49:37 +0100
commitd85e820a070ea81ee9b76553c3e35948ef785426 (patch)
tree53f508fdc554dbb8ab4105d31fe91c7752f9cc25 /logic/LegacyFTBInstance.h
parent555cbe00ced6097202f148f200811acc6b1eeb4d (diff)
downloadMultiMC-d85e820a070ea81ee9b76553c3e35948ef785426.tar
MultiMC-d85e820a070ea81ee9b76553c3e35948ef785426.tar.gz
MultiMC-d85e820a070ea81ee9b76553c3e35948ef785426.tar.lz
MultiMC-d85e820a070ea81ee9b76553c3e35948ef785426.tar.xz
MultiMC-d85e820a070ea81ee9b76553c3e35948ef785426.zip
Fix FTB.
Add support of private packs. Fix instance ID problems related to FTB instances.
Diffstat (limited to 'logic/LegacyFTBInstance.h')
-rw-r--r--logic/LegacyFTBInstance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/LegacyFTBInstance.h b/logic/LegacyFTBInstance.h
index 2ae72797..70f60535 100644
--- a/logic/LegacyFTBInstance.h
+++ b/logic/LegacyFTBInstance.h
@@ -10,4 +10,5 @@ public:
QObject *parent = 0);
virtual QString getStatusbarDescription();
virtual bool menuActionEnabled(QString action_name) const;
+ virtual QString id() const;
};