aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarkitem.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-01-18 13:48:29 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-01-18 13:48:29 +0200
commit16b9c5d33c6e98175979a6fb24b0f59036eb4035 (patch)
tree86be238e1bcf38637522563442a8950746a1e5d7 /lib/bookmarks/bookmarkitem.h
parentFix various gcc and clazy compile warnings (diff)
parentbookmarks: implicitly append if export is not set (diff)
downloadsmolbote-16b9c5d33c6e98175979a6fb24b0f59036eb4035.tar.xz
Merge branch 'bookmarks-subcommand'
Diffstat (limited to 'lib/bookmarks/bookmarkitem.h')
-rw-r--r--lib/bookmarks/bookmarkitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bookmarks/bookmarkitem.h b/lib/bookmarks/bookmarkitem.h
index 6751526..97d3e89 100644
--- a/lib/bookmarks/bookmarkitem.h
+++ b/lib/bookmarks/bookmarkitem.h
@@ -48,7 +48,7 @@ public:
QVariant data(Fields column) const;
bool setData(Fields column, const QVariant &data);
- QIcon icon() const;
+ QIcon icon();
bool isExpanded() const;
void setExpanded(bool expanded);