X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreenAppFrameworkBinderAGL%2Fsrc%2Fhomescreenappframeworkbinderagl.cpp;h=4b0015c62ec0831ecc8dde30952c0b22a86dd07c;hp=593a882d20ff55fa276e7be3f8fdbe05118e663e;hb=4ccab203994f2472641c429bb4b86535c5128884;hpb=75a4e94d7610db25c98f05cdda9491f4e7c0a4db diff --git a/HomeScreenAppFrameworkBinderAGL/src/homescreenappframeworkbinderagl.cpp b/HomeScreenAppFrameworkBinderAGL/src/homescreenappframeworkbinderagl.cpp index 593a882..4b0015c 100644 --- a/HomeScreenAppFrameworkBinderAGL/src/homescreenappframeworkbinderagl.cpp +++ b/HomeScreenAppFrameworkBinderAGL/src/homescreenappframeworkbinderagl.cpp @@ -51,7 +51,7 @@ HomeScreenAppFrameworkBinderAgl::HomeScreenAppFrameworkBinderAgl(QObject *parent QJsonObject appObject = appsArray[i].toObject(); AppInfo appInfo; appInfo.read(appObject); - qDebug("name %s", appInfo.name.toStdString().c_str()); + qDebug("name %s", appInfo.name().toStdString().c_str()); m_apps.append(appInfo); }