From 1f3b6569ae2297db11cef6ce1a8c2efb8f4e5007 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 23 Feb 2011 00:34:00 +0100 Subject: Save one updateRightIcons call from the bookmark icon. Does this helps here? CCBUG:259328 --- src/urlbar/bookmarkwidget.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/urlbar/bookmarkwidget.h') diff --git a/src/urlbar/bookmarkwidget.h b/src/urlbar/bookmarkwidget.h index e07dac24..62d71afb 100644 --- a/src/urlbar/bookmarkwidget.h +++ b/src/urlbar/bookmarkwidget.h @@ -45,7 +45,10 @@ public: void showAt(const QPoint &pos); -private slots: +Q_SIGNALS: + void updateIcon(); + +private Q_SLOTS: void accept(); void removeBookmark(); -- cgit v1.2.1