summaryrefslogtreecommitdiffstats
path: root/logic/BaseInstance.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-04-28 00:04:37 +0200
committerPetr Mrázek <peterix@gmail.com>2016-04-28 00:04:37 +0200
commit4392abfb8d3b45fb6c5cabe9d5e30c9416a5ad90 (patch)
treef9e848e8e9b25f829e8607474980f0432387d9a4 /logic/BaseInstance.h
parent72c92893a5669a91e3d48b1341b6fde306db9a54 (diff)
downloadMultiMC-4392abfb8d3b45fb6c5cabe9d5e30c9416a5ad90.tar
MultiMC-4392abfb8d3b45fb6c5cabe9d5e30c9416a5ad90.tar.gz
MultiMC-4392abfb8d3b45fb6c5cabe9d5e30c9416a5ad90.tar.lz
MultiMC-4392abfb8d3b45fb6c5cabe9d5e30c9416a5ad90.tar.xz
MultiMC-4392abfb8d3b45fb6c5cabe9d5e30c9416a5ad90.zip
GH-1556 disable export for tracked FTB instances
Diffstat (limited to 'logic/BaseInstance.h')
-rw-r--r--logic/BaseInstance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/BaseInstance.h b/logic/BaseInstance.h
index 392cb3d9..5e587c48 100644
--- a/logic/BaseInstance.h
+++ b/logic/BaseInstance.h
@@ -206,6 +206,7 @@ public:
void unsetFlag(const InstanceFlag flag);
bool canLaunch() const;
+ virtual bool canExport() const = 0;
virtual bool reload();