refactor: normalize url fn & cleanup

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2023-05-12 16:37:45 -07:00
parent 3e11d94829
commit b1ffc8ddab
4 changed files with 36 additions and 63 deletions

View File

@ -211,7 +211,7 @@ public:
int suitableMaxMem();
void addImportUrl(QString const& url);
QUrl normalizeImportUrl(QString const& url);
signals:
void updateAllowedChanged(bool status);