summaryrefslogtreecommitdiff
path: root/common/browserdbus.h
diff options
context:
space:
mode:
authorMarcel Schuette <marcel.schuette@pelagicore.com>2013-08-26 17:34:28 +0200
committerMarcel Schuette <marcel.schuette@pelagicore.com>2013-08-26 17:34:28 +0200
commit2c8da3fc8208eb75b76418668c650bde9c33c2a0 (patch)
tree8fdeb3f3032ea27879e3db8fca75282338e711e9 /common/browserdbus.h
parent9a424d077df90b50c0e29b3143f3d4fccd737f34 (diff)
downloadbrowser-poc-2c8da3fc8208eb75b76418668c650bde9c33c2a0.tar.gz
tested and fixed create and destroy page window
Diffstat (limited to 'common/browserdbus.h')
-rw-r--r--common/browserdbus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/browserdbus.h b/common/browserdbus.h
index 90405ad..3f88cd8 100644
--- a/common/browserdbus.h
+++ b/common/browserdbus.h
@@ -68,6 +68,9 @@ public:
Q_INVOKABLE void getBrowserActionState();
+ Q_INVOKABLE void createPageWindow(int deviceid, int x, int y, int width, int height);
+ Q_INVOKABLE void destroyPageWindow(qlonglong windowhandle);
+
QString title() { return m_title; }
void setTitle(QString title) { m_title = title; }