GH-1556 disable export for tracked FTB instances

This commit is contained in:
Petr Mrázek 2016-04-28 00:04:37 +02:00
parent 72c92893a5
commit 4392abfb8d
7 changed files with 24 additions and 1 deletions

View file

@ -206,6 +206,7 @@ public:
void unsetFlag(const InstanceFlag flag);
bool canLaunch() const;
virtual bool canExport() const = 0;
virtual bool reload();