aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/Library_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/minecraft/Library_test.cpp')
-rw-r--r--launcher/minecraft/Library_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/Library_test.cpp b/launcher/minecraft/Library_test.cpp
index 75bb4db1..47531ad6 100644
--- a/launcher/minecraft/Library_test.cpp
+++ b/launcher/minecraft/Library_test.cpp
@@ -55,7 +55,7 @@ slots:
auto downloads = test.getDownloads(currentSystem, cache.get(), failedFiles, QString());
QCOMPARE(downloads.size(), 1);
QCOMPARE(failedFiles, {});
- NetActionPtr dl = downloads[0];
+ NetAction::Ptr dl = downloads[0];
QCOMPARE(dl->m_url, QUrl("file://foo/bar/test/package/testname/testversion/testname-testversion.jar"));
}
void test_legacy_url_local_broken()