summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-07-12 15:46:50 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-07-12 15:46:50 +0200
commit27addebee71183965720662b05be2caf619d4d57 (patch)
tree789c9e2e5953571f54c7f40d972b111adf96058a /src/urlbar/urlbar.h
parentAdd missing include (diff)
downloadrekonq-27addebee71183965720662b05be2caf619d4d57.tar.xz
Review ssl widget generation code.
This also seems to fix some way problem about multiple widget creations What about you, guys? CCBUG:321226
Diffstat (limited to 'src/urlbar/urlbar.h')
-rw-r--r--src/urlbar/urlbar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h
index 9c645f00..324e489b 100644
--- a/src/urlbar/urlbar.h
+++ b/src/urlbar/urlbar.h
@@ -127,7 +127,8 @@ private Q_SLOTS:
*/
void loadTypedUrl();
- void showRSSInfo(const QPoint &);
+ void showRSSInfo(QPoint);
+ void showSSLInfo(QPoint);
protected:
void paintEvent(QPaintEvent *event);