aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-12-16 09:54:44 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-12-20 16:02:47 +0100
commit1118859288f7d6a79d25f003b31235cae6fabb46 (patch)
treec36c3f182a072fa65255f98dd4a419737e1206e9
parent8f71f12c3622466f813ea12b64ee34e8b4102341 (diff)
Compilation flag to avoid compil errors on ubuntu
Change-Id: I9efc077fe86fba50873d724682d02fa11df40980 Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
-rw-r--r--HomeScreen/qml/main.qml2
-rw-r--r--HomeScreen/src2/usermanagement.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/HomeScreen/qml/main.qml b/HomeScreen/qml/main.qml
index c97702d..4a44f4c 100644
--- a/HomeScreen/qml/main.qml
+++ b/HomeScreen/qml/main.qml
@@ -36,7 +36,7 @@ Window {
anchors.centerIn: parent
width: 1080
height: 1920
- scale: 1
+ scale: 0.5
source: './images/AGL_HMI_Background_NoCar-01.png'
ColumnLayout {
diff --git a/HomeScreen/src2/usermanagement.h b/HomeScreen/src2/usermanagement.h
index 32db93f..c3a41bc 100644
--- a/HomeScreen/src2/usermanagement.h
+++ b/HomeScreen/src2/usermanagement.h
@@ -1,7 +1,7 @@
#ifndef USERMANAGEMENT_H
#define USERMANAGEMENT_H
-#define REAL_SERVER "ws://localhost:1212/api?token=hello"
+//#define REAL_SERVER "ws://localhost:1212/api?token=hello"
#include <QObject>
#include "applicationmodel.h"