diff options
| author | 2011-12-18 11:32:22 +0000 | |
|---|---|---|
| committer | 2011-12-18 11:32:22 +0000 | |
| commit | 52ff575e728c5cc080e7106c64328cc5eb057e0e (patch) | |
| tree | 1a7a6162f583e58a577fe33d2bbddb6fb81c2db9 /src/modules/objects/KvsObject_webView.h | |
| parent | Try harder to remove --no-undefined linker flag (diff) | |
| download | KVIrc-52ff575e728c5cc080e7106c64328cc5eb057e0e.tar.gz KVIrc-52ff575e728c5cc080e7106c64328cc5eb057e0e.tar.bz2 KVIrc-52ff575e728c5cc080e7106c64328cc5eb057e0e.zip | |
More work on webkit
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5994 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_webView.h')
| -rw-r--r-- | src/modules/objects/KvsObject_webView.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/modules/objects/KvsObject_webView.h b/src/modules/objects/KvsObject_webView.h index 2a5ee8aba..1ef9644c8 100644 --- a/src/modules/objects/KvsObject_webView.h +++ b/src/modules/objects/KvsObject_webView.h @@ -112,11 +112,11 @@ protected: bool hitTestContent(KviKvsObjectFunctionCall * c); - bool attributeNames(KviKvsObjectFunctionCall * c); + bool elementAttributeNames(KviKvsObjectFunctionCall * c); bool setLinkDelegationPolicy(KviKvsObjectFunctionCall * c); - bool setAttribute(KviKvsObjectFunctionCall * c); + bool setElementAttribute(KviKvsObjectFunctionCall * c); bool setWebSetting(KviKvsObjectFunctionCall * c); - bool attribute(KviKvsObjectFunctionCall * c); + bool elementAttribute(KviKvsObjectFunctionCall * c); bool frames(KviKvsObjectFunctionCall * c); bool setStyleProperty(KviKvsObjectFunctionCall * c); @@ -148,10 +148,6 @@ protected slots: void slotOnChange(QString); void slotOnSubmit(QString); void slotOnClick(QString); - - void pageEventFilter(QVariant ); - void pageEventFilter(QString); - }; class KviKvsDownloadHandler : public QObject |
