summaryrefslogtreecommitdiff
path: root/src/urlbar/listitem.h
diff options
context:
space:
mode:
authorlionelc <lionelc@lionelc.(none)>2010-04-01 19:53:18 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-02 22:01:33 +0200
commitb18f2e5dfcc17615d73fdbd20cb4e312ea83dfaf (patch)
tree00fb0c3437445658a7eec270b0d5c24ff8e1e22a /src/urlbar/listitem.h
parentmanage common item of bookmarks and history (diff)
downloadrekonq-b18f2e5dfcc17615d73fdbd20cb4e312ea83dfaf.tar.xz
multiple icons for type of items
display icon of website
Diffstat (limited to 'src/urlbar/listitem.h')
-rw-r--r--src/urlbar/listitem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urlbar/listitem.h b/src/urlbar/listitem.h
index 1e7b0805..de22d739 100644
--- a/src/urlbar/listitem.h
+++ b/src/urlbar/listitem.h
@@ -26,6 +26,7 @@
// Qt Includes
#include <QWidget>
+#include <QLayout>
#include <QStyleOptionViewItemV4>
// Forward Declarations
@@ -55,4 +56,5 @@ protected:
private:
QStyleOptionViewItemV4 m_option;
QString guessNameFromUrl(QUrl url);
+ void insertIcon(QLayout *layout, QString icon);
};