diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-10-21 12:06:52 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:05 +0100 |
commit | 0f9594f7c43f0b86c634e6f4e92b14fc9783bfee (patch) | |
tree | 8caf0c827fc9933edb3be56e790b9355f3014f70 /src/webtab/webpage.h | |
parent | enable webapp mode by calling "rekonq --webapp URL" :D (diff) | |
download | rekonq-0f9594f7c43f0b86c634e6f4e92b14fc9783bfee.tar.xz |
Fix new page creation on blank target url click
Diffstat (limited to 'src/webtab/webpage.h')
-rw-r--r-- | src/webtab/webpage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webtab/webpage.h b/src/webtab/webpage.h index 1985e047..96cc5634 100644 --- a/src/webtab/webpage.h +++ b/src/webtab/webpage.h @@ -52,6 +52,8 @@ public: explicit WebPage(QWidget *parent = 0); ~WebPage(); + void setWindow(QWidget *); + bool isOnRekonqPage() const; void setIsOnRekonqPage(bool b); |