X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fapplauncher.h;fp=HomeScreen%2Fsrc%2Fapplauncherwidget.h;h=a67c80464c28c8d31e63f39a592b9a1c4c580c70;hp=d6bc6157ba681e78e4ff58ba3be29de93eb87456;hb=79714c0aa8fc461d77b75d6c5dae6a1a7d726954;hpb=43c6b242b71a35a164b8e14a54c99f2bf667b37b diff --git a/HomeScreen/src/applauncherwidget.h b/HomeScreen/src/applauncher.h similarity index 73% rename from HomeScreen/src/applauncherwidget.h rename to HomeScreen/src/applauncher.h index d6bc615..a67c804 100644 --- a/HomeScreen/src/applauncherwidget.h +++ b/HomeScreen/src/applauncher.h @@ -14,26 +14,19 @@ * limitations under the License. */ -#ifndef APPLAUNCHERWIDGET_H -#define APPLAUNCHERWIDGET_H +#ifndef APPLAUNCHER_H +#define APPLAUNCHER_H -#include -#include -#include #include #include -namespace Ui { -class AppLauncherWidget; -} - -class AppLauncherWidget : public QWidget +class AppLauncher : public QObject { Q_OBJECT public: - explicit AppLauncherWidget(QWidget *parent = 0); - ~AppLauncherWidget(); + explicit AppLauncher(QObject *parent); + ~AppLauncher(); void populateAppList(); @@ -48,10 +41,8 @@ signals: void showAppLayer(); private: - Ui::AppLauncherWidget *mp_ui; QList m_appList; - QTableWidget *mp_appTable; org::agl::appframework *mp_dBusAppFrameworkProxy; }; -#endif // APPLAUNCHERWIDGET_H +#endif // APPLAUNCHER_H