aboutsummaryrefslogtreecommitdiff
path: root/launcher/ResourceDownloadTask.h
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-05-03 00:55:18 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-05-03 00:55:18 +0300
commitf6ed2036b34177d7f932007dc5b3cc3d59f99aea (patch)
tree5f898c216b6d2c8904e81c6383239bd47ccd7918 /launcher/ResourceDownloadTask.h
parentf8bf71e152aba15d23b5b92382bb112de125d4d1 (diff)
downloadPrismLauncher-f6ed2036b34177d7f932007dc5b3cc3d59f99aea.tar.gz
PrismLauncher-f6ed2036b34177d7f932007dc5b3cc3d59f99aea.tar.bz2
PrismLauncher-f6ed2036b34177d7f932007dc5b3cc3d59f99aea.zip
Removed comment
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ResourceDownloadTask.h')
-rw-r--r--launcher/ResourceDownloadTask.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/ResourceDownloadTask.h b/launcher/ResourceDownloadTask.h
index fe41170a..32b1120c 100644
--- a/launcher/ResourceDownloadTask.h
+++ b/launcher/ResourceDownloadTask.h
@@ -40,7 +40,6 @@ class ResourceDownloadTask : public SequentialTask {
const QVariant& getVersionID() const { return m_pack_version.fileId; }
const QString& getName() const { return m_pack.name; }
ModPlatform::IndexedPack& getPack() { return m_pack; }
- // void setSelectedVersion(ModPlatform::IndexedVersion version) { m_pack_version = std::move(version); }
private:
ModPlatform::IndexedPack m_pack;