summaryrefslogtreecommitdiff
path: root/src/urlbar/bookmarkwidget.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-23 00:34:00 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-23 00:34:00 +0100
commit1f3b6569ae2297db11cef6ce1a8c2efb8f4e5007 (patch)
treeaace2b63e78e334d05cfdc15902dee92fe6ffdca /src/urlbar/bookmarkwidget.h
parentCleans up "tab switch" management and expecially the use of signals (diff)
downloadrekonq-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.h5
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();