diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-20 18:32:52 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-20 18:32:52 +0200 |
commit | 78047f4e1024d0d4fd27b53c8b2ec29ff04afba6 (patch) | |
tree | af684203e2959c8f71bc2c2ad0a88a5d22b5f80b /src/urlbar/bookmarkwidget.h | |
parent | Add a "show main toolbar" action in the empty tabbar contextual menu (diff) | |
download | rekonq-78047f4e1024d0d4fd27b53c8b2ec29ff04afba6.tar.xz |
Krazy fixes, first bunch
Diffstat (limited to 'src/urlbar/bookmarkwidget.h')
-rw-r--r-- | src/urlbar/bookmarkwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/bookmarkwidget.h b/src/urlbar/bookmarkwidget.h index cdab328e..c3c15e18 100644 --- a/src/urlbar/bookmarkwidget.h +++ b/src/urlbar/bookmarkwidget.h @@ -44,7 +44,7 @@ class BookmarkWidget : public QFrame Q_OBJECT public: - BookmarkWidget(const KBookmark &bookmark, QWidget *parent = 0); + explicit BookmarkWidget(const KBookmark &bookmark, QWidget *parent = 0); ~BookmarkWidget(); void showAt(const QPoint &pos); |