diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-23 00:34:00 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-23 00:34:00 +0100 |
commit | 1f3b6569ae2297db11cef6ce1a8c2efb8f4e5007 (patch) | |
tree | aace2b63e78e334d05cfdc15902dee92fe6ffdca /src/urlbar/bookmarkwidget.h | |
parent | Cleans up "tab switch" management and expecially the use of signals (diff) | |
download | rekonq-1f3b6569ae2297db11cef6ce1a8c2efb8f4e5007.tar.xz |
Save one updateRightIcons call from the bookmark icon.
Does this helps here?
CCBUG:259328
Diffstat (limited to 'src/urlbar/bookmarkwidget.h')
-rw-r--r-- | src/urlbar/bookmarkwidget.h | 5 |
1 files changed, 4 insertions, 1 deletions
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(); |