From 58b5719f7165a13fc720340a5112c72ce4216e87 Mon Sep 17 00:00:00 2001 From: Bart De Vries Date: Fri, 9 Apr 2021 16:55:31 +0200 Subject: [PATCH] Minor whitespace correction --- src/entry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entry.cpp b/src/entry.cpp index 54adc7a1..0712dca7 100644 --- a/src/entry.cpp +++ b/src/entry.cpp @@ -147,6 +147,7 @@ void Entry::setNew(bool state) Database::instance().execute(query); // Q_EMIT m_feed->newEntryCountChanged(); // TODO: signal and slots to be implemented } + QString Entry::adjustedContent(int width, int fontSize) { QString ret(m_content);