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, 2 insertions, 0 deletions
diff --git a/common/browserdbus.h b/common/browserdbus.h
index 1d5dd99..0d7b73f 100644
--- a/common/browserdbus.h
+++ b/common/browserdbus.h
@@ -70,6 +70,8 @@ public:
Q_INVOKABLE void setScrollPosition(uint &x, uint &y);
Q_INVOKABLE QString getPageIcon(QString);
Q_INVOKABLE QString getFavicon(QString);
+ Q_INVOKABLE void activate();
+ Q_INVOKABLE void select();
QString title() { return m_title; }
void setTitle(QString title) { m_title = title; }