mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:29:03 +02:00
Fix format
This commit is contained in:
parent
fca4e2abba
commit
6d1f4ed942
1 changed files with 23 additions and 24 deletions
|
@ -3557,7 +3557,6 @@ void Application::urlGoTo(int argc, const char * constArgv[]) {
|
|||
|
||||
if (customUrl.startsWith("hifi://")) {
|
||||
QStringList urlParts = customUrl.remove(0, CUSTOM_URL_SCHEME.length() + 2).split('/', QString::SkipEmptyParts);
|
||||
|
||||
if (urlParts.count() > 1) {
|
||||
// if url has 2 or more parts, the first one is domain name
|
||||
QString domain = urlParts[0];
|
||||
|
|
Loading…
Reference in a new issue