X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenAppFrameworkBinderAGL%2Fsrc%2Fhomescreenappframeworkbinderagl.h;h=2990b2ec95ae6d39f7115cf2188a3608c5894344;hb=09f2f0036f122e49aa49e6c446d723850192a725;hp=d1d88ce2689138d5d365d0e17976968e0767d287;hpb=f9e65355cede6829b94b3c0e0e435ed775630913;p=staging%2FHomeScreen.git diff --git a/HomeScreenAppFrameworkBinderAGL/src/homescreenappframeworkbinderagl.h b/HomeScreenAppFrameworkBinderAGL/src/homescreenappframeworkbinderagl.h index d1d88ce..2990b2e 100644 --- a/HomeScreenAppFrameworkBinderAGL/src/homescreenappframeworkbinderagl.h +++ b/HomeScreenAppFrameworkBinderAGL/src/homescreenappframeworkbinderagl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Mentor Graphics Development (Deutschland) GmbH + * Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ #include #include -#include "appframework_adapter.h" +#include "appframework_adaptor.h" #include "afm_user_daemon_proxy.h" @@ -33,7 +33,7 @@ private: AppframeworkAdaptor *mp_appframeworkAdaptor; QList m_apps; - //from appframework_adapter.h + //from appframework_adaptor.h public Q_SLOTS: // METHODS QList getAvailableApps(); int launchApp(const QString &name);