Copying of FTB instances working again

This commit is contained in:
Jan Dalheimer
2014-02-21 19:15:59 +01:00
parent f54705e1c5
commit 4883d15262
9 changed files with 92 additions and 5 deletions

View File

@ -12,6 +12,7 @@ public:
QObject *parent = 0);
void init() override;
void copy(const QDir &newDir) override;
virtual QString getStatusbarDescription();
virtual bool menuActionEnabled(QString action_name) const;
@ -23,6 +24,7 @@ public:
QDir librariesPath() const override;
QDir versionsPath() const override;
QStringList externalPatches() const override;
bool providesVersionFile() const override;
private:
std::shared_ptr<OneSixLibrary> m_forge;