Add app parameter to set display id
[staging/HomeScreen.git] / WindowManager / src / windowmanager.hpp
index 5cc536b..d2c9c9b 100644 (file)
@@ -32,7 +32,7 @@ class WindowManager : public QObject
     Q_OBJECT
 
 public:
-    explicit WindowManager(QObject *parent = 0);
+    explicit WindowManager(int displayId, QObject *parent = 0);
     ~WindowManager();
 
     void start();