projects
/
gamesguru
/
feather.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c7d768
)
revuo: add separator between section
author
tobtoht
<tob@featherwallet.org>
Tue, 1 Apr 2025 08:42:30 +0000
(10:42 +0200)
committer
tobtoht
<tob@featherwallet.org>
Tue, 1 Apr 2025 08:42:30 +0000
(10:42 +0200)
src/plugins/revuo/RevuoWidget.cpp
patch
|
blob
|
history
diff --git
a/src/plugins/revuo/RevuoWidget.cpp
b/src/plugins/revuo/RevuoWidget.cpp
index 7678b02a15b815f27411ca86629b48efbf503612..b13d26722f45b6be6b2918834959b69a6b3d42d6 100644
(file)
--- a/
src/plugins/revuo/RevuoWidget.cpp
+++ b/
src/plugins/revuo/RevuoWidget.cpp
@@
-70,6
+70,7
@@
void RevuoWidget::updateItems(const QList<QSharedPointer<RevuoItem>> &items) {
for (const auto &newsbyte : item->newsbytes) {
text += "<p> • " + newsbyte + "</p>\n";
}
+ text += "╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍\n";
text += "<h3>Upcoming Events</h3>\n";
if (item->events.isEmpty()) {
text += "<p>There are no upcoming events.</p>\n";