Fix FTB local libraries bug

This commit is contained in:
Jan Dalheimer
2014-05-03 15:40:46 +02:00
parent e9c8ca02ba
commit 0f3d88cb14
3 changed files with 9 additions and 7 deletions

View File

@ -19,6 +19,7 @@
#include <QStringList>
#include <QMap>
#include <QJsonObject>
#include <QDir>
#include <memory>
#include "logic/net/URLConstants.h"
@ -142,6 +143,6 @@ public:
QString hint() const;
bool extractTo(QString target_dir);
bool filesExist();
bool filesExist(const QDir &base);
QStringList files();
};