summaryrefslogtreecommitdiff
path: root/common/browserdbus.h
diff options
context:
space:
mode:
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();