mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
run clang-format to apply new qualifier alignment
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
1486e40f14
commit
dde1d21cbc
4 changed files with 6 additions and 6 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue