summaryrefslogtreecommitdiff
path: root/common/browserdbus.h
diff options
context:
space:
mode:
authorJonatan Pålsson <jonatan.palsson@pelagicore.com>2014-04-15 15:29:27 +0200
committerJonatan Pålsson <jonatan.palsson@pelagicore.com>2014-04-15 15:29:27 +0200
commit1641ea5ed0a2844ea8bbda2ebe6141bf1bed5e42 (patch)
treeffb84c1a670e36954b89e1b9e019ffb231c945b0 /common/browserdbus.h
parentb0532aac58371de2715c019d3e86387874493963 (diff)
downloadbrowser-poc-1641ea5ed0a2844ea8bbda2ebe6141bf1bed5e42.tar.gz
Emit onActionStateChanged for forward and backward function availability
Diffstat (limited to 'common/browserdbus.h')
-rw-r--r--common/browserdbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/browserdbus.h b/common/browserdbus.h
index e9f01a4..f7edd67 100644
--- a/common/browserdbus.h
+++ b/common/browserdbus.h
@@ -56,7 +56,7 @@ public:
Q_INVOKABLE void getGeometry();
Q_INVOKABLE void setGeometry(int x, int y, int width, int height);
Q_INVOKABLE void getContentSize();
- Q_INVOKABLE void getBrowserActionState();
+ Q_INVOKABLE conn::brw::BrowserActions getBrowserActionState();
Q_INVOKABLE void createPageWindow(int deviceid, int x, int y, int width, int height);
Q_INVOKABLE void destroyPageWindow(qlonglong windowhandle);
Q_INVOKABLE void getPageWindows();