diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-04 11:17:12 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-04 11:17:12 +0200 |
commit | fa45fb2d3811f52040a39281ed3ad864c05cc8b9 (patch) | |
tree | f258be0faafe613b6270623edcbaddf026df5185 /src/webview.h | |
parent | Fixing opening window resizing and removing menubar & toolbar. (diff) | |
download | rekonq-fa45fb2d3811f52040a39281ed3ad864c05cc8b9.tar.xz |
new (and simpler) createWindow implementation..
this solves (A-LA rekonq) also kde-apps preview screenshots
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h index 11f04571..1d07beac 100644 --- a/src/webview.h +++ b/src/webview.h @@ -75,7 +75,6 @@ private: // set the webview mousepressedevent Qt::KeyboardModifiers m_keyboardModifiers; Qt::MouseButtons m_pressedButtons; - bool m_openInNewTab; KUrl m_loadingUrl; }; |