mirror of https://github.com/KDE/kasts.git
Minor whitespace correction
This commit is contained in:
parent
436e66542a
commit
58b5719f71
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue