aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarkitem.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-01-28 18:55:02 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-01-28 18:55:02 +0200
commit241f6e04dc9b5cbfc7503a544b16d7b5452f1acb (patch)
treeea87c413506aff0794250bb861b1005db5a8c2a6 /lib/bookmarks/bookmarkitem.h
parentAdd bookmarks toolbar (diff)
downloadsmolbote-241f6e04dc9b5cbfc7503a544b16d7b5452f1acb.tar.xz
Remove non-const BookmarkItem::icon
Default BookmarkItem icons will be created when creating the item, if a QApplication (and subsequently, qApp->style()) is present. - added a poi-bookmarks test
Diffstat (limited to 'lib/bookmarks/bookmarkitem.h')
-rw-r--r--lib/bookmarks/bookmarkitem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bookmarks/bookmarkitem.h b/lib/bookmarks/bookmarkitem.h
index 310d263..6751526 100644
--- a/lib/bookmarks/bookmarkitem.h
+++ b/lib/bookmarks/bookmarkitem.h
@@ -48,7 +48,6 @@ public:
QVariant data(Fields column) const;
bool setData(Fields column, const QVariant &data);
- QIcon icon();
QIcon icon() const;
bool isExpanded() const;
void setExpanded(bool expanded);