aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.h
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-05-12 16:37:45 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-05-12 16:37:45 -0700
commitb1ffc8ddab7d9aff10b6195a75e6e58c43b233ca (patch)
treefe6c787a494240108efd8a557de3986bb986bbc4 /launcher/Application.h
parent3e11d94829989986a460242fa55c0110772d00f3 (diff)
downloadPrismLauncher-b1ffc8ddab7d9aff10b6195a75e6e58c43b233ca.tar.gz
PrismLauncher-b1ffc8ddab7d9aff10b6195a75e6e58c43b233ca.tar.bz2
PrismLauncher-b1ffc8ddab7d9aff10b6195a75e6e58c43b233ca.zip
refactor: normalize url fn & cleanup
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/Application.h')
-rw-r--r--launcher/Application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Application.h b/launcher/Application.h
index 83bfa9ef..97d33830 100644
--- a/launcher/Application.h
+++ b/launcher/Application.h
@@ -211,7 +211,7 @@ public:
int suitableMaxMem();
- void addImportUrl(QString const& url);
+ QUrl normalizeImportUrl(QString const& url);
signals:
void updateAllowedChanged(bool status);