mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:56:50 +02:00
Fix code spacing
This commit is contained in:
parent
e3b94b163c
commit
472cc1b29a
8 changed files with 12 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"hifi_domains" : [
|
||||
{
|
||||
"name": "You last location",
|
||||
"name": "Your last location",
|
||||
"url": "",
|
||||
"thumbnail": ""
|
||||
},
|
||||
|
|
|
@ -15,7 +15,6 @@ import android.content.Intent;
|
|||
import android.net.Uri;
|
||||
import android.os.Bundle;
|
||||
import android.view.WindowManager;
|
||||
import android.util.Log;
|
||||
import org.qtproject.qt5.android.bindings.QtActivity;
|
||||
|
||||
public class InterfaceActivity extends QtActivity {
|
||||
|
|
Loading…
Reference in a new issue