summaryrefslogtreecommitdiff
path: root/browser/browser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'browser/browser.cpp')
-rw-r--r--browser/browser.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/browser/browser.cpp b/browser/browser.cpp
index 29783b4..cce4982 100644
--- a/browser/browser.cpp
+++ b/browser/browser.cpp
@@ -53,6 +53,9 @@ conn::brw::ERROR_IDS browser::createPageWindow(int a_eDeviceId, const conn::brw:
connect(bvi, SIGNAL(onInputText(QString, QString, int, int, int, int, int)), ui, SLOT(inputTextReceived(QString, QString, int, int, int, int, int)));
connect(this,SIGNAL(onPageWindowDestroyed(qlonglong)), wpw, SIGNAL(onClose()));
connect(bvi, SIGNAL(onScrollPositionChanged(uint,uint)), wpw, SIGNAL(onScrollPositionChanged(uint,uint)));
+ connect(bvi, SIGNAL(onActionStateChanged(uint)), wpw, SIGNAL(onActionStateChanged(uint)));
+ connect(bvi, SIGNAL(onContentSizeChanged(uint, uint)),wpw,SIGNAL(onContentSizeChanged(uint,uint)));
+ connect(bvi, SIGNAL(onFaviconReceived()), wpw, SIGNAL(onFaviconReceived()));
QString *webpagewindowservice = new QString("/Browser/IWebPageWindow" + QString::number(a_hPageWindowHandle));
qDebug() << *webpagewindowservice;