From 36a507d476066e7b12b462ec2d48d71447b663ab Mon Sep 17 00:00:00 2001 From: Philippe Lelong Date: Tue, 20 Dec 2016 14:40:06 +0100 Subject: Add user autorisations information Signed-off-by: Philippe Lelong --- HomeScreen/src2/usermanagement.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'HomeScreen/src2/usermanagement.h') diff --git a/HomeScreen/src2/usermanagement.h b/HomeScreen/src2/usermanagement.h index b374719..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 #include "applicationmodel.h" @@ -36,6 +36,7 @@ struct User { QString first_name; QString keytoken; QStringList graphActions; + QString policy; }; class UserManagement : public QObject -- cgit 1.2.3-korg