aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/applauncherwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/applauncherwidget.h')
-rw-r--r--HomeScreen/src/applauncherwidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/HomeScreen/src/applauncherwidget.h b/HomeScreen/src/applauncherwidget.h
index a58148e..d6bc615 100644
--- a/HomeScreen/src/applauncherwidget.h
+++ b/HomeScreen/src/applauncherwidget.h
@@ -45,10 +45,11 @@ private slots:
signals:
void newRequestsToBeVisibleApp(int pid);
+ void showAppLayer();
private:
Ui::AppLauncherWidget *mp_ui;
- QList<AppInfo> *mp_appList;
+ QList<AppInfo> m_appList;
QTableWidget *mp_appTable;
org::agl::appframework *mp_dBusAppFrameworkProxy;
};