run clang-format to apply new qualifier alignment

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-02-25 12:31:31 +05:00
parent 1486e40f14
commit dde1d21cbc
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF
4 changed files with 6 additions and 6 deletions

View file

@ -2003,7 +2003,7 @@ void Application::triggerUpdateCheck()
}
}
QUrl Application::normalizeImportUrl(QString const& url)
QUrl Application::normalizeImportUrl(const QString& url)
{
auto local_file = QFileInfo(url);
if (local_file.exists()) {