diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-10-09 20:32:26 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-10-09 20:32:26 +0200 |
| commit | 9d7d55918c065d5d7f615cbd89e20ab7227f54ff (patch) | |
| tree | e75dfc6c59c3c55c3098998d2f33172406a38ba9 /src/installationmanager.h | |
| parent | 35b4aa1024bb6904846c36cdbbb638b3e6031cda (diff) | |
Add IModInterface::setUrl and remove IInstallationManager::setURL.
Diffstat (limited to 'src/installationmanager.h')
| -rw-r--r-- | src/installationmanager.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h index 149295a6..66f11eae 100644 --- a/src/installationmanager.h +++ b/src/installationmanager.h @@ -62,8 +62,6 @@ public: void setParentWidget(QWidget *widget); - void setURL(const QString &url); - /** * @brief Notify all installer plugins that an installation is about to start. * @@ -300,8 +298,6 @@ private: // paths to temporary files: std::map<std::shared_ptr<const MOBase::FileTreeEntry>, QString> m_CreatedFiles; std::set<QString> m_TempFilesToDelete; - - QString m_URL; }; |
