aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/layouthandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/src/layouthandler.h')
-rw-r--r--homescreen/src/layouthandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/src/layouthandler.h b/homescreen/src/layouthandler.h
index c82bfda..007f1ad 100644
--- a/homescreen/src/layouthandler.h
+++ b/homescreen/src/layouthandler.h
@@ -31,7 +31,7 @@ public:
signals:
public slots:
- void showAppLayer(int pid);
+ void showAppLayer(const QString &app_id, int pid);
void hideAppLayer();
void makeMeVisible(int pid);
private: