summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
authorTanninOne <seppleviathan@gmx.de>2015-12-04 22:30:35 +0100
committerTanninOne <seppleviathan@gmx.de>2015-12-04 22:30:35 +0100
commit688e149c96c29d8249c9db416f5773cfc7baad6d (patch)
tree3a59b3fce8da8afec776e275aca979681711d4de /src/installationmanager.h
parent87d5fe28f6000e7a711fe56aa5e9bedfd89128fb (diff)
parentd4754f4d3ca7451d784e89ae1ddef240666dfdf8 (diff)
Merge pull request #334 from ThosRTanner/issue/308
Allow right click on module to see web link if supplied in fomod
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h
index 5a8ec9d2..e1ebb519 100644
--- a/src/installationmanager.h
+++ b/src/installationmanager.h
@@ -59,6 +59,8 @@ public:
void setParentWidget(QWidget *widget);
+ void setURL(const QString &url);
+
/**
* @brief update the directory where mods are to be installed
* @param modsDirectory the mod directory
@@ -166,8 +168,6 @@ private:
bool isSimpleArchiveTopLayer(const MOBase::DirectoryTree::Node *node, bool bainStyle);
MOBase::DirectoryTree::Node *getSimpleArchiveBase(MOBase::DirectoryTree *dataTree);
- //bool testOverwrite(const QString &modsDirectory, MOBase::GuessedValue<QString> &modName, bool *merge = nullptr);
-
bool doInstall(MOBase::GuessedValue<QString> &modName,
int modID, const QString &version, const QString &newestVersion, int categoryID, const QString &repository);
@@ -210,6 +210,7 @@ private:
std::set<QString> m_TempFilesToDelete;
+ QString m_URL;
};