diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-05-12 16:37:45 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-05-12 16:37:45 -0700 |
commit | b1ffc8ddab7d9aff10b6195a75e6e58c43b233ca (patch) | |
tree | fe6c787a494240108efd8a557de3986bb986bbc4 /launcher/Application.h | |
parent | 3e11d94829989986a460242fa55c0110772d00f3 (diff) | |
download | PrismLauncher-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.h | 2 |
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); |