Minor whitespace correction

This commit is contained in:
Bart De Vries 2021-04-09 16:55:31 +02:00
parent 436e66542a
commit 58b5719f71
1 changed files with 1 additions and 0 deletions

View File

@ -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);