diff options
author | Jan Dalheimer <jan@dalheimer.de> | 2014-02-21 19:15:59 +0100 |
---|---|---|
committer | Jan Dalheimer <jan@dalheimer.de> | 2014-02-21 19:15:59 +0100 |
commit | 4883d1526222f9804f304f4cc189d6e44cb22b97 (patch) | |
tree | 3337cb34d9fdf4947c30b6e36f7747782cb212d4 /logic/BaseInstance.h | |
parent | f54705e1c5311e023b2e1ebd5d4db226a7c7149e (diff) | |
download | MultiMC-4883d1526222f9804f304f4cc189d6e44cb22b97.tar MultiMC-4883d1526222f9804f304f4cc189d6e44cb22b97.tar.gz MultiMC-4883d1526222f9804f304f4cc189d6e44cb22b97.tar.lz MultiMC-4883d1526222f9804f304f4cc189d6e44cb22b97.tar.xz MultiMC-4883d1526222f9804f304f4cc189d6e44cb22b97.zip |
Copying of FTB instances working again
Diffstat (limited to 'logic/BaseInstance.h')
-rw-r--r-- | logic/BaseInstance.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/BaseInstance.h b/logic/BaseInstance.h index d4007a41..341a6adb 100644 --- a/logic/BaseInstance.h +++ b/logic/BaseInstance.h @@ -25,6 +25,7 @@ #include "logic/auth/MojangAccount.h" class QDialog; +class QDir; class Task; class MinecraftProcess; class OneSixUpdate; @@ -52,6 +53,7 @@ public: virtual ~BaseInstance() {}; virtual void init() {} + virtual void copy(const QDir &newDir) {} /// nuke thoroughly - deletes the instance contents, notifies the list/model which is /// responsible of cleaning up the husk |